{% include 'js-strings.html' %} {% assets filters="jsmin", output="gen/journalist.js", "js/journalist.js" %} {% endassets %} {% block extrahead %}{% endblock %} {% if g.user %} {% if g.show_v2_onion_eol_warning %}
{{ gettext('Update Required  Set up v3 Onion Services before April 30 to keep your SecureDrop servers online. Please contact your administrator. Learn More') }}
{% endif %} {% if g.show_v2_onion_migration_warning %}
{{ gettext('Update Required  Complete the v3 Onion Services setup before April 30. Please contact your administrator. Learn More') }}
{% endif %}
{{ gettext('Logged on as') }} {{ g.user.username }} | {% if g.user and g.user.is_admin %} {{ gettext('Admin') }} | {% endif %} {{ gettext('Log Out') }}
{% endif %}
{% block header %} {% endblock %}
{% include 'flashed.html' %} {% block body %}{% endblock %}
{% block footer %} {% endblock %}