{% extends 'base/layout.html' %} {% load i18n %} {% block title %}{% trans "Remove Type Assignment" %}{% endblock %} {% block content %}

{% trans "Remove Type Assignment" %}

{% trans "Back" %}

{% blocktrans with type=object.type_config field=object.field.name %} Remove type {{ type }} from field {{ field }}? {% endblocktrans %}

{% csrf_token %}
{% trans "Cancel" %}
{% endblock %}