{% if g.organization_name == "SecureDrop" %} {{ gettext('Welcome') }} | {{ g.organization_name }} | {{ gettext('Protecting Journalists and Sources') }} {% else %} {{ gettext('Welcome') }} | {{ g.organization_name }} | {{ gettext('SecureDrop') }} {% endif %} {# Warning bubble to help TB users disable JavaScript with Tor Browser's Security Levels Included here so the images can preload while the user is first reading the page. Hidden by default. #}
  1. {{ gettext('Click the "Security Level" button in the toolbar above').format(icon=url_for("static", filename="i/font-awesome/black/guard.svg")) }}
  2. {{ gettext('Click Change to open Security Level preferences') }}
  3. {{ gettext('Select Safest and close the preferences tab') }}

{{ gettext('Refresh this page, and you\'re done!') }}

{% include 'flashed.html' %}

{{ gettext('{} logo').format(g.organization_name) }}

{% include 'locales.html' %}

{{ gettext('First submission') }}

{{ gettext('First time submitting to our SecureDrop? Start here.') }}

{{ gettext('Return visit') }}

{{ gettext('Already have a codename? Check for replies or submit something new.') }}

{{ gettext('LOG IN') }}
{% include 'footer.html' %}