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

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

{% trans "You may wish to try the following:" %}

Not sure what to do? {% trans "Return to the dashboard" %}

{% endblock %}