{% load i18n %}
{% trans "Comments" %} {{widget.data.count_comments}}
{% trans "Reviews" %} {{widget.data.count_reviews}}
{% trans "Request Drafts" %} {{widget.data.count_reviewdrafts}}
{% trans "Screenshots" %} {{widget.data.count_screenshots}}
{% trans "Attachments" %} {{widget.data.count_attachments}}
{% trans "DiffSets" %} {{widget.data.count_diffsets}}