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

Ressources IP

{% for ip in object_list %} {% if forloop.first %} {% endif %} {% with service=ip.allocation.service %} {% endwith %} {% if forloop.last %}
Adresse Affectation
{{ ip }} {% if service %}{{ service }}{% else %}–{% endif %} {% if service %}  Désallouer {% else %}  Allouer {% endif %}
{% endif %} {% endfor %}
{% endblock %}