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

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

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