{% extends '_layout.html.j2' %} {% set doc_url = "https://doc.turris.cz/doc/%(lang)s/howto/https" % dict(lang=("cs" if lang() == "cs" else "en")) %} {% block base %}
{% include '_foris_version.html.j2' %}
{% include '_lang_flat.html.j2' %}

{% trans %}Project:Turris{% endtrans %}

{% include '_messages.html.j2' %} {% if user_authenticated() %} {% trans %}Log out{% endtrans %} {% else %}
{% if next %} {% endif %}
{% endif %} {% if request.urlparts.scheme == 'http' %}
{% endif %}
{% endblock %}