{% load render_table from django_tables2 %} {% if perms.netbox_contract.view_contract %}
{% trans "Contracts" %}
{% render_table contracts_table %}
{% endif %}