{% if aaa.is_trusted_ip or aaa.is_visitor or aaa.is_authenticated %} {% translate 'Details' %} {% endif %} {% translate 'Sign-In' %}
{% block content %} {% for page in pages %} {% if page.severity == "ok" %} {% include 'app_sirene/_pub_ok.html' %} {% elif page.severity == "critical" %} {% include 'app_sirene/_pub_critical.html' %} {% elif page.severity == "major" %} {% include 'app_sirene/_pub_major.html' %} {% elif page.severity == "minor" %} {% include 'app_sirene/_pub_minor.html' %} {% elif page.severity == "info" %} {% include 'app_sirene/_pub_info.html' %} {% elif page.severity == "other" %} {% include 'app_sirene/_pub_other.html' %} {% else %} {% include 'app_sirene/_pub_other.html' %} {% endif %} {% endfor %} {% endblock %}

(c) www.cavaliba.com