{% load i18n %} {% load tags_AKModel %} {% load fontawesome_6 %}

{{ event.name }} · {% if event.place %} {{ event.place }} · {% endif %} {{ event | event_month_year }}

{% if 'AKSubmission'|check_app_installed %}
{% trans 'AK List' %}
{% endif %} {% if 'AKPlan'|check_app_installed %} {% if not event.plan_hidden or user.is_staff %}
{% trans 'Schedule' %}
{% endif %} {% endif %}
{% trans 'AK History' %}
{% for button in event.dashboardbutton_set.all %}
{% if button.icon %}{{ button.icon.as_html }}{% endif %} {{ button.text }}
{% endfor %} {% fa6_icon "envelope" "fas" %}