{% extends "base.html" %} {% block title %}{{ lang.words.overview|title() }} {{ lang.words.region }}{% endblock %} {% block h2 %}{{ lang.words.overview|title() }} {{ lang.words.region }}{% endblock %} {% block content %} {% from 'include/input_macros.html' import input, select, checking_types %}
{{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() }}:
{{ lang.words.agents|title() }}:
{% for agent in agents %} {{agent.name.replace("'","")}}
{% endfor %}
{% include 'include/smon/checks_for_overview.html' %} {% include 'include/smon/dialogs.html' %} {% include 'include/smon/add_form.html' %} {% endblock %}