{% extends "base.html" %} {% load i18n wagtailcore_tags %} {% block title %}Internal server error{% endblock %} {% block body_class %}template-500{% endblock %} {% block content %} {% translate "Internal server error" %} {% translate "Sorry, there seems to be an error. Please try again soon" %}. {% endblock %}