{% extends "base.html" %} {% block content %}

📜 Historial de Ejecuciones

{% for ex in executions %}
{{ ex.trace_id }}
{{ ex.agent_name }} v{{ ex.agent_version }}
Status: {{ ex.status }}
{% else %}
No hay ejecuciones todavía.
{% endfor %}
{% endblock %}