{% extends "admin/layout.html" %} {% load i18n %} {% load url from future %} {% block title %}{% trans %}Page not found{% endtrans %} - {{ settings.board_name }}{% endblock %} {% block content %}
{% block message %} {% if message %}

{{ message }}

{% else %}

{% trans %}The page you are looking for could not be found.{% endtrans %}

{% endif %} {% endblock %}
{% endblock %}