{% extends "sentry/bases/admin.html" %} {% block admin-nav-status %} class="active"{% endblock %} {% load i18n %} {% load sentry_helpers %} {% get_sentry_version %} {% block title %}{% trans "Server Status" %} | {{ block.super }}{% endblock %} {% block main %}
{{ sentry_version.current }}
{{ python_version }}
{{ environment.config }}
{{ environment.start_date|timesince }} (since {{ environment.start_date|date }})
{% trans "Environment not found (are you using the builtin Sentry webserver?)." %}
{% endif %}{{ value|pprint }}