{% extends 'base.html' %} {% load bootstrap3 %} {% block servicestab %} class="active"{% endblock %} {% block content %}  Retour à la liste de mes services

{{ service.service_type }}

{% if service.label %}

{{ service.label }}

{% endif %}
{% if service.contribution %}

Contribution : {{ service.contribution }}

{% else %}

Contribution : pas de contribution

{% endif %}

Ressources IP : {% for allocation in service.active_allocations %} {% if forloop.first %}

{% endif %} {% empty %} aucune IP allouée {% endfor %}

{% endblock %}