{% extends "core/base.html" %} {% load i18n material_form %} {% block browser_title %}{% trans "Signup" %}{% endblock %} {% block page_title %}{% trans "Signup" %}{% endblock %} {% block content %}

{% blocktrans %}Already have an account? Then please sign in.{% endblocktrans %}

{% csrf_token %} {% form form=form %}{% endform %} {% if redirect_field_value %} {% endif %} {% trans "Sign up" as caption %} {% include "core/partials/save_button.html" with caption=caption icon="mdi:account-plus-outline" %}
{% endblock %}