diff --git a/brian_dashboard_manager/templating/helpers.py b/brian_dashboard_manager/templating/helpers.py
index fc9930c721de15b531c38b53edf60829710da6a9..c51ab7318433084bbead2bca94e59641da35508d 100644
--- a/brian_dashboard_manager/templating/helpers.py
+++ b/brian_dashboard_manager/templating/helpers.py
@@ -107,6 +107,8 @@ def get_nren_interface_data(services, interfaces, excluded_dashboards):
             lag_service = service['service_type'] == 'ETHERNET'
 
             if lag_service:
+                if len(_interfaces) == 0:
+                    continue
                 if len(_interfaces) > 1:
                     logger.info(
                         f'{sid} {name} aggregate service has > 1 interface')