{% load i18n static %} {% load minke %} {% if result_hidden_fields %}
{# DIV for HTML validation #} {% for item in result_hidden_fields %}{{ item }}{% endfor %}
{% endif %} {% if results %}
{% for header in result_headers %} {% endfor %} {% for result, session in results %} {% if result.form.non_field_errors %} {% endif %} {% if display_session_info and session %} {% for item in result %}{{ item }}{% endfor %} {% if display_session_proc_info or display_messages and session.messages.all or display_commands and session.commands.all %}{% minke_session %}{% endif %} {% else %} {% for item in result %}{{ item }}{% endfor %} {% endif %} {% endfor %}
{% if header.sortable %} {% if header.sort_priority > 0 %}
{% if num_sorted_fields > 1 %}{{ header.sort_priority }}{% endif %}
{% endif %} {% endif %}
{% if header.sortable %}{{ header.text|capfirst }}{% else %}{{ header.text|capfirst }}{% endif %}
{{ result.form.non_field_errors }}
{% endif %}