{% extends 'base/layout.html' %} {% load i18n %} {% block title %}{% trans "Remove assignment" %}{% endblock %} {% block content %}
{% if ipam_obj %} {% blocktrans with addr=addr_obj ipam=ipam_obj field=field_label %} Are you sure you want to remove the {{ field }} assignment from {{ addr }} (currently linked to {{ ipam }})? The address and IPAM objects themselves will not be deleted. {% endblocktrans %} {% else %} {% blocktrans with addr=addr_obj field=field_label %} Are you sure you want to remove the {{ field }} assignment from {{ addr }}? The address and IPAM objects themselves will not be deleted. {% endblocktrans %} {% endif %}