{% 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 %}

{% trans %}You can post questions by emailing them at {{ ask_address }}.{% endtrans %}

{% 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 %}