{% extends "./listing.html" %} {% block listing %} {% for row in listing.div_rows %} {% if listing.can_select %} {% if listing.selection_has_overlay %} {% include listing.selection_overlay_template_name %} {% endif %} {% endif %} {% block listing_body_row_cycle %}{% endblock listing_body_row_cycle %} {% with row.rec as rec %} {% autoescape on %} {% include listing.div_template_name %} {% endautoescape %} {% endwith %} {% empty %} {% if listing.empty_table_msg %} {% block listing_empty %}
{{ listing.empty_table_msg }}
{% endblock listing_empty %} {% endif %} {% endfor %} {% endblock listing %}