{% extends "arnold/tabs.html" %} {% load crispy_forms_tags %} {% block tabcontent %}
{% comment %} List all existing quarantine vlans{% endcomment %} {% if qvlans %} {% for qvlan in qvlans %} {% endfor %} {% endif %}
Current quarantine vlans
Vlan Description  
{{ qvlan.vlan }} {{ qvlan.description }} Edit
{% comment %} Display form for creating a new quarantine vlan {% endcomment %}
{% crispy form %}
 
{% endblock %}