{% load i18n %}
{% trans "Problem has an error:" %} {{ error }}
{% for line in traceback %} {{ line }} {% endfor %}