{% extends 'base/layout.html' %} {% load i18n %} {% block title %}{% trans "Delete Field" %}{% endblock %} {% block content %}

{% trans "Delete Field" %}

{% trans "Back" %}

{% blocktrans with name=object.name rulebook=object.rulebook %} Are you sure you want to delete field {{ name }} from rulebook {{ rulebook }}? {% endblocktrans %}

{% trans "All associated type assignments (RulebookFieldType) will also be deleted." %}

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