{% extends 'base/layout.html' %} {% load i18n %} {% block title %}{% trans "Remove assignment" %}{% endblock %} {% block content %}
{% blocktrans with obj_a=link.object_a obj_b=link.object_b %} Are you sure you want to remove the assignment between {{ obj_a }} and {{ obj_b }}? The linked objects themselves will not be deleted. {% endblocktrans %}