{% extends "base.html" %} {% load fontawesome_5 %} {% load i18n %} {% block breadcrumbs %} {% include "AKSubmission/submission_breadcrumbs.html" %} {% endblock %} {% block footer_custom %} {% if event.contact_email %}

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

{% endif %} {% endblock %}