{%extends "base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%block title%}System Error{%endblock%} {%block css%} {%endblock%} {%block contents%}
{{flash_all_messages()}}

Exception!

An error has occured, and your request has been aborted. Please notify the administrator to try and get this fixed.

The system has failed with the following error:

    {{trace}}
  
{%endblock%}