{% extends 'base.html' %} {% load i18n %} {% load fontawesome %} {% block title %}{{ event.slug }} - {% trans "AK Submission" %}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{{ event.name }}: {% trans "AK Submission" %}

{% blocktrans %}On this page you can see a list of current AKs, change them and add new ones.{% endblocktrans %}
{% trans "New AK" %} {% trans "New AK Wish" %}

{% trans "Current AKs" %}

{% for category, AKs in categories %}

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

{% include "AKSubmission/ak_list_table.html" %}
{% endfor %}
{% endblock %}