{% 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') }}
{% elif g.show_os_needs_migration_fixes %}
{{ gettext('Important:  Your SecureDrop server needs manual attention to resolve issues blocking automatic upgrade to the next operating-system version. Please contact your adminstrator. Learn More') }}
{% endif %} {% endif %}
{% block header %}
{% include 'locales.html' %}
{% endblock %}
{% include 'flashed.html' %}
{% block body %}{% endblock %}
{% block footer %} {% endblock %}
{% include 'js-strings.html' %}