{% load helpers %} {% if perms.nautobot_device_lifecycle_mgmt.view_contractlcm %}
{% if contracts_table %}
{% include 'panel_table.html' with table=contracts_table heading='Contracts' panel_class="panel panel-default" %}
{% endif %}
{% endif %}