{% extends 'aristotle_mdr/user/base.html' %} {% block page %}

{{ page_heading }}

{% if create_url %} {{ create_button_text }} {% endif %} {% block extra_content %} {% endblock %} {% for head in headers %} {% endfor %} {% for itemdict in list %} {% for attr in itemdict.attrs %} {% endfor %} {% if update_url_name %} {% endif %} {% if delete_url_name %} {% endif %} {% endfor %}
{{ head }}
{{ attr|title }}UpdateDelete
{% endblock %} {% if page_obj %} {% include 'aristotle_mdr/helpers/paginator.html' with page=page_obj %} {% endif %}