1 2 3 4 5 6
{% extends "500.html" %} {% load i18n %} {% block error %} <h3>{{error_title}}</h3> <p>{{error}}</p> {% endblock %}