{% 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 Settings to open Security Level preferences') }}
  3. {{ gettext('Click Change… and select Safest') }}
  4. {{ gettext('Click Save and restart.') }}

{{ gettext('Tor Browser will restart, with its security level set to Safest. After the restart, come back to this site.') }}

{% 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' %}