{% extends "motion/base.html" %} {% load i18n %} {% block head_title %}{{ block.super }} - {% trans "500 Internal Server Error" %}{% endblock %} {% block content_body %}

{% trans "500 Internal Server Error" %}

{% trans "An internal server has occurred. Please contact the server administrator to let us know that an error has occurred. Thank you!" %}

{% trans "Head home!" %}

{% endblock %}