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

{{domainClassName}} {{domainObject.getLabelValue|escape}} {{ hasManyName }}

{% if hasManyValueLabels %}

Here are all the {{hasManyName}} of {{domainObject.getLabelValue|escape}}.

{% for item in hasManyValueLabels %} {% endfor %}
{{hasManyClassName}} Actions
{{ item.label|escape }} Update Delete
{% else %}

There are no {{hasManyName}} for {{domainObject.getLabelValue|escape}} at this time.

{% endif %}

{% endblock %}