{% extends "base.html" %} {% comment %} SPDX-License-Identifier: GPL-2.0-or-later {% endcomment %} {% load i18n crispy_forms_tags %} {% block title %}{% trans "Sign up" %}{% endblock %} {% block content %}

{% trans "Sign up" %}

{% csrf_token %} {{ form|crispy }}
{% endblock %}