{% extends "checkin/index.html" %} {% load i18n %} {% block title %}{% trans "An error occurred" %}{% endblock title %} {% block main %}
{% trans "It appears that an error has occurred." %}
{{ message }}