{% extends 'base/layout.html' %} {% load i18n %} {% block title %}{% trans "Remove Type Assignment" %}{% endblock %} {% block content %}
{% blocktrans with type=object.type_config field=object.field.name %} Remove type {{ type }} from field {{ field }}? {% endblocktrans %}