{% load i18n %} {% if change_requests %}
{% for cr in change_requests %} {{ cr.title }}
{{ cr.branch_label }} · {% trans "opened by" %} {{ cr.requester }}
{{ cr.get_priority_display }}
{% endfor %}
{% if truncated %}
{% trans "Showing the most recent only." %}
{% endif %} {% else %}
{% trans "Nothing is waiting on you." %}
{% endif %}