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

{{ vial_current_view.get_view_title() }}


{{ _("Following is a list of all available user account registration options. Please choose the one most suitable for your needs.") }}


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


{{ _("In case you already have an account you may login here.", url = url_for('auth.login')) | safe }}

{%- endblock content %}