{% if mrs %}
{% for m in mrs %} {% endfor %}
IDTitleAuthorBranchesCommentsApprovedStatus
!{{ m.iid }} {{ m.title }} {{ m.author }} {{ m.source_branch }}{{ m.target_branch }} {{ m.user_notes_count or "" }} {% if m.approved %}✅{% endif %} {{ m.state }}
{% else %}

No open MRs.

{% endif %}