{% 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: Your SecureDrop servers are still running v2 onion services, which are being phased out for security reasons. In February 2021, v2 onion services will be disabled, and your SecureDrop servers may become unreachable. 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 %}