{% load i18n %}

{% trans 'Whoops!' %}

{% trans 'Something went wrong! Please try again later.' %}

{% if debug %}
{{ tb }}{{ error }}
{% endif %}