{% load static settings %} {issue_count} errors reported in {first_issue.project}
 
 
 

Multiple errors reported

Project: {{ project_name }}

{% for issue in issues %}
{{ issue.title }}
{% endfor %}
 
View all issues for {{ project_name }}