{% if mrs %}
{% for m in mrs %}
{% set _mine_users = (state.usernames | default({})).values() | list %}
{% set _involved = m.author in _mine_users or (m.assignees | default([]) | select("in", _mine_users) | list | length > 0) or (m.reviewers | default([]) | select("in", _mine_users) | list | length > 0) %}
ID Title Author Branches Comments Status
{% endfor %}
!{{ m.iid }}
{{ m.title }}
{{ m.author }}
{{ m.source_branch }} → {{ m.target_branch }}{{ m.user_notes_count or "" }}
{% if m.approved %}approved{% else %}{{ m.state }}{% endif %}
No open MRs.
{% endif %}