{% 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 make use of the Forum, please follow the link below:{% endtrans %}

{{ validation_link }}

{% trans %}Following the link above will help us verify your email address.{% endtrans %}

{% trans %}If you believe that this message was sent in mistake - no further action is needed. Just ignore this email, we apologize for any inconvenience{% endtrans %}

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