{% extends 'admin.html' %} {% block breadcrumb %}
  • IP
  • {% endblock %} {% load bootstrap3 services %} {% block content %}

    Liste des IP

    {% for ip in object_list %} {% if forloop.first %} {% endif %} {% with service=ip.allocation.service %} {% if service %} {% else %} {% endif %} {% endwith %} {% if forloop.last %}
    Adresse Affectation Depuis le
    {{ ip }}{{ service }} {{ ip.allocation.start }} {% if service %}  Désallouer {% elif not ip.reserved %}  Allouer {% endif %}
    {% endif %} {% endfor %}
    {% deallocate_modal_div %} {% endblock %} {% block js_end %} {{ block.super }} {% deallocate_modal_js %} {% endblock %}