Logo

{{ _('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 %}