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

{{domainClassName}} {{domainObjectPersonalLabel}}

details {% for namedValue in domainObjectNamedValues %}

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

{% endfor %}
{% if view.canUpdateDomainObject %}
Do you wish to update this {{domainClassName}}?

{% endif %} {% if view.canDeleteDomainObject %}
Do you wish to delete this {{domainClassName}}?

{% endif %} {% endblock %}