{%if iface_id == None%} {%include 'iface/list_by_machine_table_header.html'%} {%endif%} {%for iface in ifaces%} {{iface.ip}}{{iface.dhcp}}{{iface.vlan}} {% if iface.comments != None %}{{iface.comments|truncatechars:15}} {% endif %} {% for s in iface.services.all %} {{s}}
{% endfor %} {%endfor%} {%if iface_id == None%} {%include 'iface/list_by_machine_table_footer.html'%} {%endif%}