{% extends 'machines/sidebar.html' %} {% load bootstrap3 %} {% load acl %} {% load i18n %} {% block title %}{% trans "Machines" %}{% endblock %} {% block content %}

{% trans "List of ports configurations" %}

{% can_create OuverturePortList %} {% trans "Add a configuration" %} {% acl_end %}

{% include 'machines/aff_portlist.html' with port_list=port_list %} {% endblock %}