@@ -25,6 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% load bootstrap3 %}
{% load acl %}
{% load i18n %}
{% block title %}Switchs{% endblock %}
...
...
@@ -72,5 +73,14 @@ Topologie des Switchs
<br/>
<br/>
<h2>{% trans "Port profiles" %}</h2>
{% can_create PortProfile %}
<aclass="btn btn-primary btn-sm"role="button"href="{% url 'topologie:new-port-profile' %}"><iclass="fa fa-plus"></i>{% trans " Add a port profile" %}</a>
<hr>
{% acl_end %}
{% include "topologie/aff_port_profile.html" with port_profile_list=port_profile_list %}