{% load staticfiles %} {% load bootstrap3 %} {% block title %}Scirius - {{ path_info|title }}{% endblock %} {% block head %} {% endblock %} {% block body %} {% endblock %}
{% block subnavigation %} {% endblock %}

System status

{% if elasticsearch %} {% endif %}
{% if help_link %}

{% bootstrap_icon "book" %} Help

{% endif %}
{% if three_columns %}
{% else %}
{% endif %} {% 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 %} {% endif %}