{{ _('language') }}
{{ _('turkish') }}
{{ _('english') }}
{{ _('mobile_access_title') }}
{{ _('mobile_access_subtitle') }}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, msg in messages %}
{{ msg }}
{% endfor %} {% elif error_msg %}
{{ error_msg }}
{% endif %} {% endwith %}
{{ _('user_uuid') }}
{{ _('login_password') }}
{{ _('login_button') }}