{% load i18n sekizai_tags socialaccount %} {% if plugin_form %} {% if object.has_social %} {% providers_media_js %}
Sign-in with Facebook Sign-in with Google

oppure

{% endif %} {% if plugin_form.is_valid %} {% autoescape off %}{{ object.registration_done }}{% endautoescape %} {% else %}
{% if plugin_form.non_field_errors %} {% for err in plugin_form.non_field_errors %}
× {{ err }}
{% endfor %} {% endif %}
{% csrf_token %} {% autoescape off %}{{ object.registration_body }}{% endautoescape %}
{{ plugin_form.nome }}
{% if plugin_form.nome.errors %} {{ plugin_form.nome.errors }} {% endif %}
{{ plugin_form.cognome }}
{% if plugin_form.cognome.errors %} {{ plugin_form.cognome.errors }} {% endif %}
{{ plugin_form.email }}
{% if plugin_form.email.errors %} {{ plugin_form.email.errors }} {% endif %}
{{ plugin_form.username }}
{% if plugin_form.username.errors %} {{ plugin_form.username.errors }} {% endif %}
{{ plugin_form.password1 }}
{% if plugin_form.password1.errors %} {{ plugin_form.password1.errors }} {% endif %}
{{ plugin_form.password2 }}
{% if plugin_form.password2.errors %} {{ plugin_form.password2.errors }} {% endif %}
{{ plugin_form.captcha }}
{% if plugin_form.captcha.errors %} {{ plugin_form.captcha.errors }} {% endif %}
{% comment %}
Scorrere l’informativa per abilitare l’accettazione
{% endcomment %}
{% autoescape off %}{{ object.registration_disclaimer }}{% endautoescape %}

{% endif %} {% addtoblock "js" %} {% endaddtoblock %} {% addtoblock "css" %} {% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %} {% endif %}