{%- extends "_layout.html" %} {% block title %} {{ hawat_current_view.get_view_title() }} {% endblock title %} {%- block content %}

{{ hawat_current_view.get_view_title() }}


{{ _("Following is a list of all available user login options. Please choose the one appropriate for you.") }}


{%- for mod_name, endp in signin_endpoints.items() %} {{ get_icon(endp.get_view_icon()) }} {{ endp.get_view_title() }} {%- endfor %}


{{ _("In case you do not have an account you may register one here.", url = url_for('auth.register')) | safe }}

{%- endblock content %}