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

{{domainClassName}} {{domainObject.getLabelValue}} {{ hasManyName }}

{% if hasManyValueLabels %}

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

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

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

{% endif %}
{% endblock %}