Expedientes Activos
Trazabilidad
{% for c in conflictos %}
{% if c.estado == 'Activo' %}
{% else %}
{% endif %}
@{{ c.responsable_nombre }}
{{ c.ambito }}
{% else %}
{% endfor %}
{{ c.estado }}
{{ c.fecha_creacion.strftime('%d/%m/%Y') }}
{{ c.titulo }}
{{ c.empresa_nombre }}
{% if c.estado == 'Activo' %}
Turno: {{ c.esperando_a }}
{% endif %}
No hay expedientes activos asignados a tu usuario.