{% extends "sentry/layout.html" %} {% load url from future %} {% load i18n %} {% block title %}{% trans "Page Not Found" %} | {{ block.super }}{% endblock %} {% block page_header_block %}{% endblock %} {% block bodyclass %}{% endblock %} {% block main %} {% trans "Page Not Found" %} {% trans "The page you are looking for was not found." %} {% trans "Return to the dashboard" %} {% endblock %}
{% trans "The page you are looking for was not found." %}
{% trans "Return to the dashboard" %}