{% extends "base.html" %} {% block title %}{{ lang.menu_links.monitoring.smon.dashboard }}{% endblock %} {% block h2 %}{{ lang.menu_links.monitoring.smon.dashboard }}{% endblock %} {% block content %} {% if user_subscription['user_status'] == 0 %} {% include 'include/no_sub.html' %} {% elif smon_status in ('failed', 'inactive', 'ERROR') %}

{{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}}

{% elif smon|length == 0 %}

{{lang.smon_page.desc.not_added}}

There is no server

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


{% else %}
{% include 'ajax/smon/smon_dashboard.html' %}
{% endif %} {% endblock %}