{% extends "email/base_mail.html"%} {% import "email/macros.html" as macros %} {%block title%}{% trans %}Welcome to {{ site_name }}!{% endtrans %}{% endblock %} {%block headline%}{% trans %}Welcome to {{ site_name }}!{% endtrans %}{% endblock %} {%block content %} {# 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 #}

{% trans %}Important: Please reply to this message, without editing it. We need this to determine your email signature and that the email address is valid and was typed correctly.{% endtrans %}

{% trans %}Until we receive the response from you, you will not be able ask or answer questions on {{ site_name }} by email.{% endtrans %}

{% endblock %} {%block footer %} {% include "email/footer.html" %}

{{ email_code }}

{# important #} {% endblock %}