{% load static %}
{% load l10n %}
{% load add_space %}
{% load row_warp %}
{% load highlighting_red %}
{% load pretty_json %}
{% for row in table %}
{% if lvl == 2 %}
{{ row.subtag }} {{ row.dcount }}
{% else %}
{{ row.tag }} {{ row.dcount }}
{% endif %}
{% endfor %}
...