{% extends 'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block breadcrumbs %} {% endblock %} {% block controls %}
{% if perms.netbox_bgp.change_community %} Edit {% endif %} {% if perms.netbox_bgp.delete_community %} Delete {% endif %}
{% endblock controls %} {% block tabs %} {% endblock tabs %} {% block content %}
Community
Value {{ object.value }}
Tenant {% if object.tenant %} {{ object.tenant }} {% else %} None {% endif %}
Status {{ object.get_status_display }}
Description {{ object.description|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}