{% extends 'AKSubmission/submission_base.html' %} {% load i18n %} {% load fontawesome_5 %} {% load static %} {% block title %}{% trans "AKs" %}: {{ event.name }} - {% trans "AK Submission" %}{% endblock %} {% block meta %} {% endblock %} {% block imports %} {% include "AKSubmission/ak_interest_script.html" %} {% if event.active %} {% endif %} {% endblock %} {% block breadcrumbs %} {% include "AKSubmission/submission_breadcrumbs.html" %} {% endblock %} {% block content %}

{% trans "AKs" %}: {{ event.name }}

{% include "messages.html" %} {% blocktrans %}On this page you can see a list of current AKs, change them and add new ones.{% endblocktrans %} {% if event.active %}
{% csrf_token %} {% trans "New AK Wish" %}    |           
{% else %}
{% trans "This event is not active. You cannot add or change AKs" %}
{% endif %} {% include "AKSubmission/ak_list.html" %} {% endblock %} {% block bottom_script %} {% if event.active %} {% endif %} {% endblock %}