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

Estado de las incidencias del técnico {{ username }}

{% if incidencias_abiertas|length > 0 %} {% endif %} {% if incidencias_notif_cierre|length > 0 %} {% endif %} {% if incidencias_pendientes_cierre|length > 0 %} {% endif %}