{{ timestamp }}
{{ gettext('Delete') }}{{ reply.decrypted | nl2br }}
{{ 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_public_key')) }} {% 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_public_key')) }} {% endif %} {{ gettext('Learn more.').format(url=url_for('info.why_download_public_key')) }}
{{ gettext("You have received a reply. To protect your identity in the unlikely event someone learns your codename, please delete all replies when you're done with them. This also lets us know that you are aware of our reply. You can respond by submitting new files and messages above.") }}
{% for reply in replies %} {%- set timestamp = utils.relative_time(reply.date) -%} {% endfor %} {% else %}{{ gettext('No Messages') }}
{% endif %}