{%- extends "_layout.html" %} {% block title %} {{ hawat_current_view.get_view_title() }} {% endblock title %} {%- block content %}
{{ get_icon(hawat_current_view.get_view_icon()) }} {{ hawat_current_view.get_view_title() }}
{%- block registrationformfields %} {% endblock registrationformfields %} {%- if config['REGISTRATION_FORM_LINKS'] -%} {% for link in config['REGISTRATION_FORM_LINKS'] %} {{ link[0] }} {%- endfor %}
{%- endif -%} {%- if 'csrf_token' in form %} {{ macros_form.render_form_feedback(form.csrf_token) }} {{ form.csrf_token }} {%- endif %} {{ form.submit(class_='btn btn-primary') }}
{%- endblock content %}