{% extends 'admin/master.html' %} {% import 'admin/lib.html' as lib with context %} {% block body %} {% block navlinks %} {% endblock %} {% block details_nav %} {% include 'admin/_details_nav.html' %} {% endblock %} {% block details_search %}
{% endblock %} {% block details_table %} {% for title, cols in details_sections %} {% for c, name in cols %} {% if loop.first %} {% endif %} {% endfor %} {% for c, name in cols %} {% if not loop.first %} {% endif %} {% endfor %} {% endfor %}
{{ title }}{{ name }} {{ get_value(model, c) }}
{{ name }} {{ get_value(model, c) }}
{% endblock %} {% endblock %} {% block tail %} {{ super() }} {% endblock %}