{% extends "base.html" %} {% block supertitle %} Opsiee {{status_code}} Error {% endblock %} {% block content %}

{{status_code}} Error

{{description}}



{% if current_user.is_authenticated %}
Quick Links:
{% else %}

Please login {% if allow_registration %}or register {% endif %}to access the monitoring system.

Login {% if allow_registration %} Register {% endif %}
{% endif %}
{% endblock content %}