{% extends "base.html" %} {% load i18n %} {% block layout %} {% include "partials/nav_accounts.html" %}

{% trans 'Internal server error!' %}

{% trans "Something went terribly wrong. We're very sorry and will fix this problem as soon as possible." %}

{% trans 'Go back to previous page' %} {% trans "Homepage" %}

{% endblock %}