{% extends 'base.html' %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% block title %} {% blocktrans trimmed %} Page not found - {{ box_name }} {% endblocktrans %} {% endblock %} {% block content %}

{% trans "404" %}

{% blocktrans trimmed %} Requested page {{ request_path }} was not found. {% endblocktrans %}

{% blocktrans trimmed %} If you believe this missing page should exist, please file a bug at the FreedomBox Service (Plinth) project issue tracker. {% endblocktrans %}

{% endblock %}