{% extends './layout.html' %} {% block title %} {{__('Sign in to system')}} {% endblock %} {% block content %}

{{__('Sign in to system')}}

{% if isTOTP %}
{% endif %} {% if terms %}

{{__('the terms of use.')}}

{% endif %}
{% if messages.error %}
{{__(messages.error)}}
{% elseif messages.success %}
{{__(messages.success)}}
{% else %} {% endif %}
{% endblock %} {% block foot %} {% endblock %}