{% load i18n %}

{% blocktrans %}It looks like we're having some internal issues.{% endblocktrans %}

{% trans "Our team has been notified." %} {% trans "If you'd like to help, tell us what happened below." %}

{{ form.name }}
{{ form.email }}
{{ form.comments }}
{% trans "Close" %} {% if show_branding %}

{% trans "Crash reports powered by Sentry" %}

{% endif %}