{% extends "base.html" %} {% load fontawesome %} {% load i18n %} {% block footer_custom %} {% if event.contact_email %}

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

{% endif %} {% endblock %}