{% load sekizai_tags static addcss %} {% if user_status == 'anonimo' %} {{ introduzione|safe }} {{ label_button|safe }} {% else %} {% if angel_status == 'inesistente' %}
{% csrf_token %} {% if angel_form.non_field_errors %} {% for err in angel_form.non_field_errors %}
× {{ err }}
{% endfor %} {% endif %} {{ introduzione|safe }} {% if user_profile == 'lead' %}
{% if angel_form.flag.errors %} {{ angel_form.flag.errors|striptags }} {% endif %}
{% endif %} {% if user_profile == 'cliente' %} {% endif %}
{{ label_button|safe }}
{% endif %} {% block angel %}{% endblock %} {% endif %}