{% extends "machines/sidebar.html" %} {% load bootstrap3 %} {% block title %}Ip{% endblock %} {% block content %}

Liste des types d'ip

{% if is_infra %} Ajouter un type d'ip Supprimer un ou plusieurs types d'ip {% endif %} {% include "machines/aff_iptype.html" with iptype_list=iptype_list %}


{% endblock %}