{% extends "base.html" %} {% block body %}
{{ gettext('You can submit any kind of file, a message, or both.') }}
{% else %}{% if allow_document_uploads %} {{ gettext('If you are already familiar with GPG, you can optionally encrypt your files and messages with our public key before submission. Files are encrypted as they are received by SecureDrop.').format(url=url_for('info.download_journalist_pubkey')) }} {% else %} {{ gettext('If you are already familiar with GPG, you can optionally encrypt your messages with our public key before submission.').format(url=url_for('info.download_journalist_pubkey')) }} {% endif %} {{ gettext('Learn more.').format(url=url_for('info.why_download_journalist_pubkey')) }}
{{ reply.decrypted | nl2br }}
{{ gettext('There are no replies at this time.') }}
{% endif %}{{ codename }}