{% extends "admin/base_site.html" %} {% block breadcrumbs %}
{% endblock %} {% block title %}{{ gettext('Server error (500)') }}{% endblock %} {% block content %}{{ gettext("There's been an error. It's been reported to the site administrators via email and should be fixed shortly. Thanks for your patience.") }}
{% endblock %}