{% extends "base.html" %} {% load fontawesome %} {% load i18n %} {% load tags_AKModel %} {% load static %} {% load tz %} {% block imports %} {% get_current_language as LANGUAGE_CODE %} {% with 'AKPlan/fullcalendar/core/locales/'|add:LANGUAGE_CODE|add:'.js' as locale_file %} {% endwith %} {% endblock imports %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% fontawesome_icon 'desktop' %}  {% trans "AK Wall" %}

Plan: {{ event }}

{% timezone event.timezone %}

{% 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 %} {% endblock %} {% block footer_custom %} {% if event.contact_email %}

{% fontawesome_icon "envelope" %} {% trans "Write to organizers of this event for questions and comments" %}

{% endif %} {% endblock %}