{% extends "users/layout.html" %} {% block users_title %}{{ _("Signup") }}{% endblock %} {% block head %} {{ super() }} {% if app.extensions.frasco_users.options['recaptcha_key'] %} {% endif %} {% if app.extensions.frasco_users.options['hcaptcha_key'] %} {% endif %} {% endblock %} {% block users_content %} <{ form_tag form id="signup-form" }> <{ form_field form.email }/> {% if must_provide_password %} <{ form_field form.password }/> {% endif %} {% if app.extensions.frasco_users.options['recaptcha_key'] %}
{% endif %} {% if app.extensions.frasco_users.options['hcaptcha_key'] %}
{% endif %} <{ form_btn _("Signup") }/> {% endblock %}