{% load buttons %} {% load custom_links %} {% load helpers %} {% load i18n %} {% load plugins %} {% load render_table from django_tables2 %}
{% trans "LB Services" %}
{% if perms.netbox_load_balancing.add_service %} {% trans "Create LB Service" %} {% endif %} {% if perms.netbox_load_balancing.add_serviceassignment %} {% trans "Assign LB Service" %} {% endif %}
{% render_table related_service_table 'inc/table.html' %}