{% extends "base.html" %} {% load i18n %} {% block content %} {# TODO: Add hero #}

{% trans "Créer un compte" %}

{% csrf_token %} {% include "bulma/form.html" with errors=True form=user_form %} {% include "bulma/form.html" with errors=True form=profile_form %} {% include "bulma/form.html" with errors=True form=ernesto_form %}
{% endblock %}