{% if mrs %}
{% for m in mrs %}
ID Title Author Branches Comments Approved Status
{% endfor %}
!{{ m.iid }}
{{ m.title }}
{{ m.author }}
{{ m.source_branch }} → {{ m.target_branch }}{{ m.user_notes_count or "" }}
{% if m.approved %}✅{% endif %}
{{ m.state }}
No open MRs.
{% endif %}