{% extends "sentry/admin/users/edit.html" %} {% load i18n %} {% load sentry_helpers %} {% load sentry_admin_helpers %} {% block title %}{% trans "Projects" %} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }}
{% trans "Project" %} | {% trans "Daily Events" %} | {% trans "Last Event" %} |
---|---|---|
{{ project.name }} [view] | ~{{ project|avg_events_per_day }} | {{ project.last_event|timesince }} |
{% trans "There are no active projects for this user." %}
{% endif %}