user icon {{ current_user.nick }}
{% if current_user.tipo == 0 %}
{% elif current_user.tipo == 1 %}
{% elif current_user.tipo == 2 %}
{% endif %}
{% if current_user.tipo==0 %}

Estado de las incidencias del supervisor {{ username }}

{% endif %} {% if current_user.tipo==2 %}

Incidencias del cliente {{ username }}

{% endif %}
{% if (incidencias_abiertas|length) > 0 %} {% if current_user.tipo==0 %} {% endif %} {% endif %} {% if (incidencias_notif_cierre|length) > 0 %} {% if current_user.tipo==0 %} {% endif %} {% endif %} {% if (incidencias_notif_cierre_cliente|length) > 0 %} {% if current_user.tipo==0 %} {% endif %} {% endif %} {% if (incidencias|length) > 0 %} {% if current_user.tipo==2 %} {% endif %} {% endif %} {% if (incidencias_estado|length) > 0 %} {% if current_user.tipo==2 %} {% endif %} {% endif %} {% if (incidencias_estado_cierre|length) > 0 %} {% if current_user.tipo==2 %} {% endif %} {% endif %}