{% extends EXCEPTION_BASE_TEMPLATE %} {% load i18n %} {% block icon %} {% endblock icon %} {% block title %} {% trans 'Not implemented' as title %} {% firstof caption title %} {% endblock title %} {% block caption %} {% trans 'Functionality not implemented (yet?)' as cap %} {% firstof caption cap %} {% endblock caption %}