{% load i18n sizeformat parse_date %}
| {% trans "Host" %} | {% trans "ID" %}{% if ha_supported %} | {% trans "High Availability Status" %}{% endif %} | 
|---|---|---|
| {{ agent.host }} | {{ agent.id }}{% if ha_supported %} | {{ agent.ha_state|default:_("None") }}{% endif %} |