{% load i18n %} {% comment %} What the branch page says about its change request, without the box around it. The alert and the card both show this; only the frame differs, so the wording cannot drift between them. {% endcomment %}
{{ change_request.title }}
{% if change_request.is_ready_to_merge %}
{% trans "Every gate is satisfied. This branch can be merged." %}
{% else %}
{{ blocked_reason }}
{% for rule in evaluation.rules %} {% if not rule.satisfied %}
{{ rule.rule.policy }} / {{ rule.rule.name }}: {{ rule.count }} / {{ rule.required }} · {% include 'netbox_change_control/inc/rule_reviewers.html' with rule=rule.rule %}
{% endif %} {% endfor %} {% endif %}