{% extends "email/base_mail.html" %} {% import "macros.html" as macros %} {# site_name - is short name of the site, email_code - address portion of the reply email used for this message, we scan to the last appearance of the email code to detect the response signature that will appear under #} {% block title %}{% trans %}{{ site_name }} feedback{% endtrans %}{% endblock %} {% block headline %}{% trans %}{{ site_name }} feedback{% endtrans %}{% endblock %} {% block content %} {% if user and user.is_authenticated() %}
{{ user.get_profile_link() }} ({{ macros.mailto_link(user.email) }}, ip:{{ ip_addr }}) {% trans %}wrote:{% endtrans %}
{% else %}{{ name|safe }} ({% if email %}{{ macros.mailto_link(email) }} {% endif %}ip:{{ ip_addr }}) {% trans %}wrote:{% endtrans %}
{% endif %}