{% extends 'base.html' %} {% block content %}

{% if ipresource %}Modifier une allocation d’IP{% else %}Allouer une IP{% endif %}

{% include '_form.html' %} {% endblock %}