{% extends "email/base_mail.html"%} {% block title %}{% trans %}Greetings from {{ site_name }}{% endtrans %},{% endblock %} {% block headline %}{% trans %}Greetings from {{ site_name }}{% endtrans %},{% endblock %} {% block content %}
{% trans %}To activate your account, please follow the link below:{% endtrans %}
{% trans %}If you are unable to follow the link, copy/paste this key into the form:{% endtrans %} {{ key }}
{% trans %}If you believe that this message was sent erroneously - no further action is needed. We apologize for any inconvenience.{% endtrans %}
{% endblock %} {% block footer %} {% include "email/footer.html" %} {% endblock %}