{% extends "wafer/base.html" %} {% load i18n %} {% block content %}

{% trans "Internal server error" %}

{% blocktrans trimmed %} Something went wrong while preparing the page that was requested. {% endblocktrans %} {% endblock %}