{% extends "base.html" %} {% block title %}{{ lang.menu_links.monitoring.smon.status_page }}{% endblock %} {% block h2 %}{{ lang.menu_links.monitoring.smon.status_page }}{% endblock %} {% block content %} {% from 'include/input_macros.html' import input, select %} {% if user_status == 0 or user_plan != 'support' %} {% include 'include/no_sub.html' %} {% elif smon_error != '' %}

{{lang.smon_page.desc.not_installed}}

. There is no server

{{lang.words.read|title()}} {{lang.words.here}} {{lang.phrases.how_to_install}} SMON {{lang.words.service}}.

{% elif smon_status.0 == 'failed' or smon_status.0 == 'inactive' %}

{{lang.smon_page.desc.smon_is_not_run}}

There is no server

{{lang.smon_page.desc.run_smon}} {{lang.words.here}} {{lang.smon_page.desc.before_use}}

{% else %}
+ {{lang.phrases.create_page_status}}
{% include 'ajax/smon/status_pages.html' %}
{% endif %} {% endblock %}