{% 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" %}

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

{% trans "Current AKs" %}

{% for category, AKs in categories %}

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

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