{% extends 'base.html.j2' %} {% block title %}ERROR{% endblock %} {% block content_before %} ERROR - {{ config.APP_NAME }} {% endblock %} {% block content %} {% if current_user.gm_level == 9 %} {{ exception }} {% else %}

An Error has Occurred!!!

Please Report this to an Admin
{% endif %} {% endblock %}