@@ -47,9 +47,7 @@
<tr>
<td class="center"><span class="label">Sous-réseaux</span></td>
<td>
- {% if object.ipv4_endpoint or object.ipv6_endpoint %}<ul>
+ {% for subnet in object.administrative_subscription.ip_subnet.all %}{{ subnet }}<br/>{% endfor %}
- {% for subnet in object.administrative_subscription.ip_subnet.all %}<li>{{ subnet }}</li>{% endfor %}
- </ul>{% else %}<span class="italic">Aucune adresse</span>{% endif %}
</td>
</tr>
</table>