{% load staticfiles %} {% load bootstrap3 %} {% block title %}Scirius - {{ path_info|title }}{% endblock %} {% block head %} {% endblock %} {% if settings.CUSTOM_CSS %} {% endif %} {% block body %} {% endblock %}
{% block subnavigation %} {% endblock %}

System status

{% if perms.rules.configuration_view %} {% if elasticsearch %} {% endif %} {% endif %}
{% if help_link %}

{% bootstrap_icon "book" %} Help

{% endif %}
{% if three_columns %}
{% else %}
{% endif %} {% block extra_message %} {% if additional_error %}
{{ additional_error|safe }}
{% endif %} {% endblock %} {% block error %} {% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% if error %}
{{ error }}
{% else %} {% endif %} {% if success %}
{{ success }}
{% endif %} {% endblock %} {% block content %}{% endblock %}
{% if three_columns %}
{% block 3dcol %}{% endblock %}
{% endif %}
{% include "rules/footer.html" %}
{% if elasticsearch and perms.rules.configuration_view %} {% endif %}