{% comment %} {% load url from future %} {% endcomment %}

{% if agents %} {% for agent in agents %} {% endfor %}
Name Description Enabled Primary Remote Monitored Nodes Threads Update interval
{{ agent.name }} {{ agent.description }} {% if agent.is_enabled %} {% else %} {% endif %} {{agent.is_enabled}} {% if agent.is_primary %} {% endif %} {{agent.is_primary}} {% if agent.is_remote %} {% endif %} {{agent.is_remote}} {{ agent.monitored_nodes_count }} {{ agent.threads }} {{ agent.config_update_minperiod }}
{% else %} No elements {% endif %}