{% if results %} {# #} {# #} {# {% for header in result_headers %} #} {# {% if header.sortable %}{% endif %} #} {# {{ header.text|capfirst }} #} {# {% if header.sortable %}{% endif %}{% endfor %} #} {# #} {# #} {% for result in results %} {% if forloop.last %} {% for item in empty_spaces %} {% endfor %} {% else %} {% if forloop.counter|divisibleby:"3" %} {% endif %} {% endif %} {% endfor %}
{% for item in result %} {{ item }}
{% endfor %}
 
{% endif %}