{% extends 'admin/detail_form.html' %} {% load cms_tags %} {% block content %} {% if soap_error %}

non mi connetto a SOAP !

{% endif %}

USERNAME : {{ u }} {% if c.abilitato %} ABILITATO {% else %} DISABILITATO {% endif %}
CODICE ALBERO : {{ c.get_codice_albero }}
PERMESSO ATTUALE : {% if c.dispositivo %}dispositivo{% else %}consultivo{% endif %}
POSIZIONE MIFID : {% if c.get_punteggio_mifid %}{{ c.get_punteggio_mifid }} scarica le risposte{% else %}non compilato{% endif %}
CODICE SBLOCCO : {% if rac.codice_conferma_dispositivo %} {{ rac.codice_conferma_dispositivo }} ( DISPOSITIVO ) {% else %} {% if rac.codice_conferma_consultivo %} {{ rac.codice_conferma_consultivo }} ( CONSULTIVO ) {% endif %} {% endif %}

{% for r in mifids%} {% if forloop.first %} {% for c in r %} {% endfor %} {% else %} {% for c in r %} {% endfor %} {% endif %} {% endfor %}
{{ c }}
{{ c }}

{% endblock %}