{% import 'languages/'+lang|default('en')+'.html' as lang %} {% from 'include/input_macros.html' import input, checkbox, copy_to_clipboard %} {% for agent in agents %}
{{agent.name.replace("'","")}} {% if agent.description %} ({{agent.description.replace("'", "")}}) {% endif %} {% if g.user_params['group_id']|string() == agent.group_id|string() or g.user_params['role'] == 1 %} {% if g.user_params['role']|string() <= '3' %} {% endif %} {% if g.user_params['role'] <= 2 %} {% endif %} {% endif %}
{{ lang.words.server|title() }}: {{ copy_to_clipboard(value=agent.hostname) }} {{ lang.words.server|title() }} IP: {{ copy_to_clipboard(value=agent.ip) }}
{{ lang.words.version|title() }}:
{{lang.smon_page.desc.total_checks}}:
{{lang.words.uptime|title()}}: {{ lang.words.enabled|title() }}: {% if agent.enabled %} {{ lang.words.yes|title() }} {% else %} {{ lang.words.no|title() }} {% endif %}
{{ lang.words.agent|title() }} ID: {{ agent.id }} {{ lang.words.shared|title() }}: {% if agent.shared %} {{ lang.words.yes|title() }} {% else %} {{ lang.words.no|title() }} {% endif %}
{{ lang.words.region|title() }}: {% if agent.region_id %} {{ agent.region_id.name.replace("'", "") }} {% endif %}
{% endfor %}