{% include 'js-strings.html' %} {% assets filters="jsmin", output="gen/journalist.js", "js/journalist.js" %} {% endassets %} {% block extrahead %}{% endblock %} {% if g.user %} {% if g.show_os_past_eol_warning %}
{{ gettext ('Critical Security:  The operating system used by your SecureDrop servers has reached its end-of-life. A manual upgrade is required to re-enable the Source Interface and remain safe. Please contact your administrator. Learn More') }}
{% elif g.show_os_near_eol_warning %}
{{ gettext ('Critical Security:  The operating system used by your SecureDrop servers will reach its end-of-life on April 30, 2021. A manual upgrade is urgently required to remain safe. 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 %}