{% import "agent_form.html" as f with context %} {# how the agent is doing, as its computer last said: whether it runs, and for each channel whether it is up, who it is there, since when, when it last heard anything, and what last went wrong #} {% macro field(label) -%}
{{ health.status }}
{% endif %} {% for problem in health.problems %}{{ problem }}
{% endfor %} {% endif %}