{% extends 'layout.html' %} {% block title %}Configure Interface • Network Command{% endblock %} {% block body %}

Interface: {{interface}}

{% from "includes/_formhelper.html" import render_field %}
{% for i in mactable %} {% endfor %}
VLAN Name MAC MAC Type MAC Age
{{i.vlan_name}} {{i.mac}} {{i.mac_type}} {{i.mac_age}}
{% endblock %}