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