nautobot_version_control extends 'base.html' %} {% load form_helpers %} {% load helpers %} {% block content %}
{% csrf_token %} {% for field in form.hidden_fields %} {{ field }} {% endfor %}
{% if form.non_field_errors %}
Errors
{{ form.non_field_errors }}
{% endif %} {% block form %}
Merge
{% render_field form.source_branch %} {% render_field form.destination_branch %}
{% include 'inc/extras_features_edit_form_fields.html' %} {% endblock %}
Back

{% include 'nautobot_version_control/conflicts.html' with conflicts=conflicts %}
{% include 'nautobot_version_control/diffs.html' with results=results %} {% if obj and settings.DOCS_ROOT %} {% include 'inc/modal.html' with name='docs' content=obj|get_docs %} {% endif %} {% endblock %}