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

{% trans "Page Not Found" %}

{% endblock %} {% block content %}

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

{% trans "Return to the dashboard" %}

{% endblock %}