{% 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 %}