{% extends 'base.html' %} {% load bootstrap3 %} {% block content %}
{% comment %}Ajouter une ressource IP{% endcomment %}

Ressources IP

{% for ip in object_list %} {% if forloop.first %} {% endif %} {% if forloop.last %}
Adresse Affectations actives
{{ ip }} {{ ip.services }}
{% endif %} {% endfor %}
{% endblock %}