{% load i18n %} {% comment %} Shown as an alert across the top of a branch page which has no change request. Only a branch which is ready is offered one: a branch still provisioning cannot merge for another reason. {% endcomment %} {% if branch.ready %}
{% trans "No change request" %} {% include 'netbox_change_control/inc/branch_no_request_body.html' %}
{% if perms.netbox_change_control.add_changerequest %} {% trans "Open a change request" %} {% endif %}
{% endif %}