{% extends "base.html" %} {% load fontawesome_5 %} {% load i18n %} {% load static %} {% block meta %} {% endblock %} {% block imports %} {% get_current_language as LANGUAGE_CODE %} {% with 'AKPlan/vendor/fullcalendar-scheduler/locales/'|add:LANGUAGE_CODE|add:'.js' as locale_file %} {% if LANGUAGE_CODE != "en" %} {# Locale 'en' is included in main.js and does not exist separately #} {% endif %} {% endwith %} {% block fullcalendar %}{% endblock %} {% endblock imports %} {% block footer_custom %} {% if event.contact_email %}

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

{% endif %} {% endblock %}