{% extends "sentry/layout.html" %} {% load i18n %} {% block title %}{% trans "Page Not Found" %} | {{ block.super }}{% endblock %} {% block heading %}{% trans "Page Not Found" %}{% endblock %} {% block search %}{% endblock %} {% block main %}

Page Not Found

{% trans "The page you are looking for was not found." %}

{% trans "Return to the dashboard" %}

{% endblock %}