{% extends "admin/master.html" %} {% block content %}

Delete {{hasManyClassName}} on {{domainObjectKey}}

Please confirm deletion of this {{hasManyClassName}} on the {{domainObjectKey}} {{domainClassName}}.

delete {% for namedValue in associationObjectNamedValues %}

{% if namedValue.isDomainObjectRef %} {{namedValue.label}} {% else %}{% if namedValue.isAssociateList %} {{namedValue.label}} {% else %} {{ namedValue.value }} {% endif %} {% endif %}

{% endfor %}
{% endblock %}