{% load i18n %} {% load tags_AKModel %} {% load fontawesome_5 %}

{{ event.name }}

{% if 'AKSubmission'|check_app_installed %}
{% trans 'AK List' %}
{% endif %} {% if 'AKPlan'|check_app_installed %} {% if not event.plan_hidden or user.is_staff %} {% if event.active %}
{% trans 'Current AKs' %}
{% trans 'AK Wall' %}
{% else %}
{% trans 'Schedule' %}
{% endif %} {% endif %} {% endif %} {% if 'AKSubmission'|check_app_installed and event.active %}
{% trans 'AK Submission' %}
{% endif %} {% for button in event.dashboardbutton_set.all %}
{% if button.icon %}{{ button.icon.as_html }}{% endif %} {{ button.text }}
{% endfor %}