{% with port.get_aggregator as aggregator %}{% with port.get_bundled_interfaces as bundled %} {% if aggregator or bundled %} {% if aggregator %} {% elif bundled %} {% for other_port in bundled %} {% endfor %} {% endif %}
Part of aggregate
{{ aggregator.ifname }}
Aggregates
{% if other_port.is_oper_up %}{{ other_port.ifname }}{% else %}{{ other_port.ifname }} (Down){% endif %}
{% endif %} {% endwith %}{% endwith %}