{% extends "admin/change_form.html" %} {% comment %} Custom person change form template to display relationships to this person (which are only editable on the related person's edit form). Uses Grappelli classes and div structure to simulate the same look as the inline edit form. {% endcomment %} {% load i18n admin_modify admin_urls grp_tags %} {% block after_field_sets %} {# display account subscription and reimbursement information to provide context for the person #} {% if original.account_set.exists %} {% for account in original.account_set.all %}