{% extends "layouts/l-page_16-80.html" %} {% load i18n %} {% block extra_title %}{% trans "MSG.FEEDBACK" %} -{% endblock %} {% block content %} {% include "mailarchive/_notifications.html" %}

{% trans "MSG.FORM_FEEDBACK" %}

{% trans "TXT.FEEDBACK_CAPABILITY" %}


{% csrf_token %} {% if request.user.is_authenticated %}

{{ request.user.get_full_name }}:

{% else %}

{% trans "MSG.ANONIMOUS" %}:

{% endif %} {% url "list" "tools" as href %}
{% blocktrans %}TXT.MESSAGE_TO_LIST {{ href }}{% endblocktrans %}
{% trans "MSG.BACK" %}
{% endblock %}