{# -*- mode: html ; coding: utf-8 -*- #}
{% extends "admin/change_form.html" %}
{% load url from future %}
{% block extrahead %}
{{ block.super }}
{% endblock %}
{% block after_related_objects %}
{% include "admin/contacts/inc_structure_changelist.html" with ro="ro" %}
{% endblock %}
{# EOF #}