{% extends 'base/layout.html' %} {% load i18n %} {% block title %}{% trans "Delete Field" %}{% endblock %} {% block content %}
{% 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." %}