{% extends "email/base_mail.html"%} {% block headline %}{% trans %}Great, you are ready to use {{ site_name }}!{% endtrans %}{%endblock%} {% block title %}{% trans %}Great, you are ready to use {{ site_name }}!{% endtrans %}{%endblock%} {% block content %} {% if can_post_by_email %}

{{ settings.WORDS_YOU_CAN_POST_QUESTIONS_BY_EMAILING_THEM_AT|escape }} {{ ask_address }}

{% trans %}When you receive update notifications, you will be able to respond to them, also by email.{% endtrans %}

{% trans %}Of course, you can always visit the {{ site_name }} at {{ site_url }}.{% endtrans %}

{% else %}

{% trans %}Please visit {{ site_name }} at {{ site_url }}, we look forward to your posts.{% endtrans %}

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