{% if g.organization_name == "SecureDrop" %} {% block tab_title required %}{% endblock %} | {{ g.organization_name }} | {{ gettext('Protecting Journalists and Sources') }} {% else %} {{ self.tab_title() }} | {{ g.organization_name }} | {{ gettext('SecureDrop') }} {% endif %} {% block extrahead %}{% endblock %}
{% if get_flashed_messages() %} {{ gettext('Skip to notification') }} {% endif %} {{ gettext('Skip to main content') }} {% block header %}

{{ g.organization_name }} logo

{% include 'locales.html' %} {% endblock %}
{% if g.show_offline_message %}

{{ gettext("We're sorry, our SecureDrop is currently offline.") }}

{{ gettext("Please try again later. Check our website for more information.") }}

{% else %} {% if is_user_logged_in %} {% endif %} {% endif %} {% block body %}{% endblock %}
{% block footer %} {% include 'footer.html' %} {% endblock %}