{% extends "sentry/emails/activity/generic.html" %} {% load sentry_avatars %} {% load sentry_helpers %} {% block action %} {% endblock %} {% block activity %}

Release {{ version_parsed }} has been deployed to {{ environment }} for an hour

{{ deploy.date_finished }}   {{ commit_count }} commit{{ commit_count|pluralize }}, {{ author_count }} author{{ author_count|pluralize }}, and {{ file_count }} file{{ file_count|pluralize }} changed across {{ project_count }} project{{ project_count|pluralize }}


New Issues From This Release
{% for project, release_link, issues_link, new_issue_count in projects %} {% endfor %}
{{ project.slug }}
View {{ new_issue_count }} new issue{{ new_issue_count|pluralize }}
{% endblock %}