{% extends "base.html" %} {% block body %}
{{ gettext('Thanks!') }}
{{ gettext('SecureDrop will generate a secure encryption key for this source the next time that they log in. Once the key has been generated, a reply box will appear under their collection of documents. You can use this box to write encrypted replies to them.') }}
{{ gettext('Continue to the list of documents for {codename}...').format(codename=codename) }}
{% endblock %}