{% load i18n sekizai_tags addcss acomea_tag %} {% addtoblock "css" %} {% endaddtoblock %}
{% if settings.title_on_left_side and settings.title %}

{{ settings.title }}

{{ settings.subtitle }}

{% elif settings.title %}

{{ settings.title }}

{{ settings.subtitle }}

{% endif %}
{% if gimme5_form %}
{% if gimme5_form.first_name and settings.has_registration %}
{{ gimme5_form.first_name|addcss:'form-control' }}
{% endif %} {% if gimme5_form.last_name and settings.has_registration %}
{{ gimme5_form.last_name|addcss:'form-control' }}
{% endif %} {% if gimme5_form.email %}
{{ gimme5_form.email|addcss:'form-control' }}
{% endif %} {% if gimme5_form.password %}
{{ gimme5_form.password|addcss:'form-control' }}
{% endif %} {% if gimme5_form.password_confirm and settings.has_registration %}
{{ gimme5_form.password_confirm|addcss:'form-control' }}
{% endif %}
{% if gimme5_form.captcha %}
{{ gimme5_form.captcha|addcss:'form-control' }} {% if gimme5_form.captcha.errors %} {{ gimme5_form.captcha.errors|striptags }} {% endif %}
{% endif %} {% if settings.has_auth_trattamento_dati %}
{{ settings.auth_trattamento_dati_message|safe }}
{{ gimme5_form.auth_trattamento_dati|addcss:'radio-inline' }}
{% endif %}
{% if settings.text_button %} {% if not settings.show_as_button %}

{{ settings.text_button }}

{% endif %} {% endif %}
{% if not settings.has_registration %}
{% endif %} {% endif %} {% if settings.has_linkedin_social or settings.has_facebook_social or settings.has_google_social or settings.has_twitter_social %}

Accedi con:

{% if settings.has_facebook_social %} Facebook {% endif %} {% if settings.has_google_social %} Google + {% endif %}

{% endif %}
{% if settings.show_stores_link%} {% endif %}
{% addtoblock "js" %} {% endaddtoblock %} {% include 'gimme5/tracerequest/cms_plugins/includes/_modal.html' %} {% include 'gimme5/tracerequest/cms_plugins/includes/_modal_reset_password.html' %} {% include 'gimme5/tracerequest/cms_plugins/includes/_modal_reset_password_done.html' %}