{% block extrahead %}{% endblock %} {% if session.logged_in() %} {% if g.show_os_past_eol_warning %}
{{ gettext('Critical:  The operating system used by your SecureDrop servers has reached its end-of-life. A manual update is required to re-enable the Source Interface and remain safe. Please contact your administrator. Learn More') }}
{% endif %} {% endif %}
{% block header %}
{% include 'locales.html' %}
{% endblock %}
{% include 'flashed.html' %}
{% block body %}{% endblock %}
{% block footer %} {% endblock %}
{% include 'js-strings.html' %}