{% comment %} {% load url from future %} {% endcomment %} {% load timestamps %}
{% if agents %} {% for agent in agents %} {% endfor %}
Tenant Name Running Time Enabled Primary Remote Threads Update
{{ agent.tenant.name }} {{ agent.name }} {% if agent.running %} {% else %} {% endif %} {% if agent.checktime %} {{ agent.checktime|timestamp }} {% endif %} {% if agent.is_enabled %} {% else %} {% endif %} {% if agent.is_primary %} {% endif %} {% if agent.is_remote %} {% endif %} {{ agent.threads }} {{ agent.config_update_minperiod }}
{% else %} No elements {% endif %}