{% for ports in ifProfile.ports %}
  • {{ ports.name }} {{": "}} {{ ports.pdevice }} {% if ports.autoneg != 'na' %} {{" | Auto Neg ="}} {{ ports.autoneg }} {% endif %} {% if ports.bootp %} {{" | bootp-IF"}} {% endif %}
  • {% endfor %}