{% extends "admin/change_form.html" %} {% block content %}
{% load relatives %} {% related_objects adminform.form.instance as related_objects %}
{% block relations %}

Relations

{{ block.super }}
{% endblock content %} {% block extrastyle %} {{ block.super }} {% endblock extrastyle %}