{% trans "You are viewing projects sorted by the number of events created in the last 30 days. 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 "Daily Events" %} | {% trans "Date Added" %} |
---|---|---|
{{ project.team.slug }}/{{ project.slug }}
[stream] {% if project.owner %} Owned by {% if project.owner.email %} {{ project.owner.email }} {% else %} {{ project.owner.username }} {% endif %} {% endif %} |
~{{ avg_events }} | {{ project.date_added|date }} |
{% trans "There are no active projects in Sentry." %}
{% endif %}