{% extends "base.html" %} {% block body %}
{% include 'flashed.html' %} {% if flagged and not haskey %}
{{ gettext('Sorry we haven\'t responded yet!') }}

{{ gettext('Our SecureDrop recently experienced a surge of activity. For security reasons, the creation of a two-way communication channel was delayed until you checked in again.') }}

{{ gettext('Please rest assured that we were able to download your submission, and check back again later for a reply.') }}

{% endif %}

{{ gettext('Submit Files or Messages') }}

{{ gettext('You can submit any kind of file, a message, or both.') }}

{{ 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')) }} {{ gettext('Learn more.').format(url=url_for('info.why_download_journalist_pubkey')) }}


{{ gettext('Maximum upload size: 500 MB') }}


{{ gettext('CANCEL') }}

{{ gettext('Read Replies') }}

{% if replies %}
{% for reply in replies %}

{{ gettext('Delete this reply?') }} {{ gettext('Cancel') }}

{{ reply.decrypted | nl2br }}
{% endfor %}
{{ gettext('DELETE ALL REPLIES') }}

{{ gettext('Are you finished with the replies?') }}

{{ gettext('NO, NOT YET') }}
{% else %}

{{ gettext('There are no replies at this time.') }}

{% endif %}

{% if new_user %}
{{ gettext('Remember, your codename is:') }} {{ gettext('Show') }}
{{ gettext('Hide') }}

{{ codename }}

{% endif %} {% endblock %}