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

Delegations

{% for d in delegations %}{% endfor %}
IDTaskAgentStatusParent
{{ d.id }}{{ d.task_id }}{{ d.delegate_agent_id }}{{ d.status }}{{ d.parent_delegation_id or "—" }}
{% endblock %}