{% load i18n %}

{{ table_title }}

{% for category, AKs in categories_with_aks %}

{{ category.name }}: {{ category.description }}

{% include "AKSubmission/ak_table.html" %}
{% endfor %}