{% extends "errors/error_base.htm" %} {% load i18n %} {% load staticfiles %} {% block body %}

{% trans "Oops!" %}

{% trans "Internal Server Error!" %}

{% trans "Something went wrong and we couldn't process your request." %}"

{% endblock body %}