{% extends "account/base.html" %} {% block title %}{{ page_title(_("Signup")) }}{% endblock %} {% block content %}

{{ _("Sign Up") }}

{% trans login_url=login_url %}Already have an profile? Then please sign in.{% endtrans %}

{{ csrf() }} {{ form.as_p() }} {% if redirect_field_value %} {% endif %}
{% endblock %}