{% load djblets_utils i18n reviewtags %} {% if issues.total > 0 %}

{% trans "Issue Summary" %}

{{issues.total}} {{issues.open}} {{issues.resolved}} {{issues.dropped}}
{% for entry in entries %} {% if entry.review %} {% for comment_type, comments in entry.comments.items %} {% for comment in comments %} {% if comment.issue_opened %} {% endif %} {% endfor %} {% endfor %} {% endif %} {% endfor %}
{% trans "Description" %} {% trans "From" %} {% trans "Last Updated" %} {% trans "Status" %}
{{comment|truncatewords:20}} {{entry.review.user|user_displayname}} {{comment.timestamp}} {{comment.issue_status|pretty_print_issue_status|capfirst}}
{% endif %}