{% if netbox and netbox.service_set.count %} {% with netbox.service_set.all as service_list %} {% include "ipdevinfo/service-list-table.html" %} {% endwith %}
Services at {{ netbox.get_short_sysname }}
{% else %}
No services configured
{% endif %}