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