{% extends 'core/page.html' %} {% load i18n %} {% block page %}
{% trans "Please enter your message." %} {% blocktrans with email=user.email trimmed %} The answer will be sent to {{ email }}. {% endblocktrans %}
{% else %}{% trans "Please log in to be able to fill the contact form." %}
{% endif %} {% endblock %}