{% trans "You are viewing projects sorted by the number of events created in the last 24 hours. Projects that have not sent any data are not shown in this view." %}
{% endif %} {% querystring from request without sort as sort_querystring %} {% if project_list.paginator.objects %}{% trans "Project" %} | {% trans "Events (24h)" %} | {% trans "Date Added" %} |
---|---|---|
{% if project.team %}
{{ project.team.slug }}/{{ project.slug }}
[stream] {% else %} {{ project.slug }} {% endif %} {% if project.owner %} Owned by {% if project.owner.email %} {{ project.owner.email }} {% else %} {{ project.owner.username }} {% endif %} {% endif %} |
{{ avg_events|small_count }} | {{ project.date_added|date }} |
{% trans "There are no active projects in Sentry." %}
{% endif %}