{% 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/core/locales/'|add:LANGUAGE_CODE|add:'.js' as locale_file %} {% 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 %}