{% extends EXCEPTION_BASE_TEMPLATE %} {% load i18n %} {% block icon %} {% endblock icon %} {% block title %} {% trans 'Not understood' as title %} {% firstof caption title %} {% endblock title %} {% block caption %} {% trans 'Cannot understand your request' as cap %} {% firstof caption cap %} {% endblock caption %}