{% extends "sentry/teams/manage.html" %} {% load i18n %} {% load sentry_helpers %} {% block inner %} {% if project_list %} {% for project in project_list %} {% endfor %}
{% trans "Project" %} {% trans "Date Added" %}
{{ project.name }} {% if project.status == STATUS_HIDDEN %} (pending deletion) {% endif %}
{{ team.slug }}/{{ project.slug }}
{{ project.date_added|timesince }}
{% else %}

{% trans "There are no projects managed by this team." %}

{% endif %} {% endblock %}