{% load i18n ba_tags %} {% if result_hidden_fields %}
{# DIV for HTML validation #} {% for item in result_hidden_fields %}{{ item }}{% endfor %}
{% endif %} {% if ba_rows %}
{% for header in result_headers %} {% endfor %} {% if ba_show_actions %}{% endif %} {% for row in ba_rows %} {% if row.form and row.form.non_field_errors %} {% endif %} {% for cell in row.cells %}{{ cell }}{% endfor %} {% if ba_show_actions %} {% endif %} {% endfor %}
{% if header.sortable and header.sort_priority > 0 %}
{% if num_sorted_fields > 1 %}{{ header.sort_priority }}{% endif %}
{% endif %}
{% if header.sortable %}{{ header.text|capfirst }}{% else %}{{ header.text|capfirst }}{% endif %}
{% translate 'Actions' %}
{{ row.form.non_field_errors }}
{% if row.change_url %} {% ba_icon "square-pen" %} {% endif %} {% if row.delete_url %} {% ba_icon "trash-2" %} {% endif %}
{% endif %}