{% load static %} {% load i18n %} {% load bootstrap4 %} {% load fontawesome_5 %} {% load tags_AKModel %} {% load tags_AKPlan %} {% load tz %} {% block title %}AK Planning{% endblock %} {# Load Bootstrap CSS and JavaScript as well as font awesome #} {% bootstrap_css %} {% bootstrap_javascript jquery='slim' %} {% fontawesome_5_static %} {% include "AKPlan/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 %}