{% load compress %} {% load static %} {% load i18n %} {% load django_bootstrap5 %} {% load fontawesome_6 %} {% load tags_AKModel %} {% load tags_AKPlan %} {% load tz %} {% block title %}AK Planning{% endblock %} {# Load Bootstrap CSS and JavaScript as well as font awesome #} {% compress css %} {% fontawesome_6_css %} {% endcompress %} {% compress js %} {% bootstrap_javascript %} {% fontawesome_6_js %} {% endcompress %} {% include "AKModel/load_fullcalendar.html" %} {% get_current_language as LANGUAGE_CODE %} {% timezone event.timezone %}

Plan: {{ event }}

{% trans "Current AKs" %}:

{% with akslots_now as slots %} {% include "AKPlan/slots_table.html" %} {% endwith %}

{% trans "Next AKs" %}:

{% with akslots_next as slots %} {% include "AKPlan/slots_table.html" %} {% endwith %}
{% endtimezone %}