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