{% extends "admin/layout.html" %} {% load i18n %} {% load url from future %} {% block title %}{% trans %}Page not found{% endtrans %} - {{ settings.board_name }}{% endblock %} {% block content %}
{{ message.message }}
{% else %}{% include message.tpl %}{% endif %} {% else %}{% trans %}The page you are looking for could not be found.{% endtrans %}
{% endif %}