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

{{domainClassName}} {{domainObjectPersonalLabel}}

{% if view.canUpdateDomainObject %}


{% endif %}
{% block fieldset_details_before %}{% endblock %} {% block fieldset_details %} details
{% endblock %} {% block fieldset_details_after %}{% endblock %}
{% if view.canUpdateDomainObject %}
Do you wish to update this {{domainClassName}}?

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

{% endif %} {% block read_form_after %}{% endblock %} {% endblock %} {% block primarysidebar %}

{{domainObjectPersonalLabel}}

{% if nextObject %} Next: {{nextObject.getLabelValue}}
{% else %} {% if previousObject %} Previous: {{previousObject.getLabelValue}}
{% else %} This is the only record in the register. {% endif %} {% endif %}

{% block primarysidebarextn %}{% endblock %} {% endblock %}