{% extends "admin/change_form.html" %} {% load i18n admin_modify %} {% load perm_tags %} {% block object-tools %} {% if change %}{% if not is_popup %} {% endif %}{% endif %} {% endblock %} {% block submit_buttons_bottom %} {% if original.get_status == 'archive' %}
Editing archived memberships is not allowed
{% else %} {% submit_row %} {% endif %} {% endblock %}