{% load dlux_tags %} {% dlux_table_shell %} {% for item in rows %} {% empty %} {% include 'dlux/tables/empty_row.html' with colspan=2 text=empty_text %} {% endfor %}
{{ label_header }}{{ count_header }}
{{ item.label }}{{ item.count }}
{% enddlux_table_shell %}