{% extends "mvp/error_base.html" %} {% load i18n %} {% block title %} {% trans "404 — Page Not Found" %} {% endblock %} {% block error_code %}404{% endblock %} {% block heading %} {% trans "Oops! Page not found." %} {% endblock %} {% block description %} {% trans "We could not find the page you were looking for. Meanwhile, you may return to the dashboard or try searching for what you need." %} {% endblock %}