{% extends "base.html" %} {% block title -%} 500: {% trans %}Internal Server Error{% endtrans %} {%- endblock %} {% block content %}

500: {% trans %}Internal Server Error{% endtrans %}

{% trans %} An internal error occured that has prevented the application from completing your request properly. Try again and if the problem persists, contact the application administrator. {% endtrans %} {% trans %} If you do, be sure to include full address of the page and precise date and time of the incident. {% endtrans %}

{% endblock %}