| Equipo / UUID |
Usuario |
Estado |
Acción |
{% for t in terminales %}
| {{ t.uuid_terminal[:15] }}... |
{% if t.path_foto %}

{% elif t.alias %}
{{ t.nombre_completo[0:1] }}
{% else %}
{% endif %}
{{ t.alias or 'Sin asignar' }}
|
{{ t.estado }}
|
{% if t.estado != 'CONECTADO' %}
{% endif %}
{% if t.estado == 'CONECTADO' %}
{% endif %}
|
{% endfor %}