{% extends 'nautobot_version_control/pull_request/base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% load static %} {% load render_table from django_tables2 %} {% block content %}
{{ object.summary_description|placeholder }}
Description {{ object.description|placeholder }}
Source Branch {{ object.source_branch|placeholder }}
Destination Branch {{ object.destination_branch|placeholder }}
Creator {{ object.creator|placeholder }}
Created {{ object.created_at|placeholder }}
{% include 'nautobot_version_control/pull_request/conflict_summary.html' with conflicts=conflicts %}
{% if conflicts %} {% include 'nautobot_version_control/conflicts.html' with conflicts=conflicts %} {% else %}

No conflicts found

{% endif %}
{% endblock %}