{% endif %}
{% for category in categories %}
{% if category_tables|get_item:category %}
{% include "admin/nominate/category/row.html" with category=category results=category_tables|get_item:category stats=category_stats|get_item:category only %}
{% else %}
{% blocktranslate with category_t=category.name %}No results for {{ category_t }}" {% endblocktranslate %}