{% extend nuit_base|default:'nuit/base.html' topbar=True topbar_classes='show-for-small-only' %} {% load static %} {% block title %}{{nuit_error_code}}: {{nuit_error_title}}{% endblock title %} {% block css %} {{ block.super }} {% endblock css %} {% block content %} {% if NUIT_LARGE_LOGO %} {% else %} {{NUIT_GLOBAL_TITLE|default:'Nuit'}} {% endif %} {{nuit_error_code}}: {{nuit_error_title}} {{nuit_error_message}} {% if nuit_show_return %}Go back and try again{% endif %} {% endblock content %}
{{nuit_error_message}}