{% extends 'base.html' %} {% load bootstrap3 services %} {% block content %}
{% if not ipresource.in_use %}Allouer{% endif %}

{{ ipresource }}

Historique des allocations

{% for allocation in ipresource.allocations.all %} {% if forloop.first %} {% endif %} {% if forloop.last %}
Service Début Fin
{{ allocation.service }} {{ allocation.start }} {{ allocation.end|default:'–' }} {% if allocation.active %}  Désallouer {% endif %}
{% endif %} {% empty %}
Auncune allocation.
{% endfor %}
{% deallocate_modal_div %} {% endblock %} {% block js_end %} {{ block.super }} {% deallocate_modal_js %} {% endblock %}