{% load i18n %} {% trans "An Error Occurred" %}
{% block main %}
{% if crashed %}

{% trans "Oops!" %}

{% trans "It appears that an error has occurred." %} {% trans "I've notified the developers, but I'm sure they would really appreciate if you could briefly describe what you were doing before this happened." %}

{% csrf_token %} {% include "form_snippet.html" %}
{% trans "Cancel" %}
{% else %}

{% trans "Thanks!" %}

{% trans "Your error report has been submitted. Thanks for helping make Servo better!" %}

{% trans "Return Home" %} {% endif %}
{% endblock main %}