{% 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 %}
contracts {% for contract in domainObject.getContracts %} {% endfor %}
Contract title Contract type
{{contract.getLabelValue }} {{contract.meta.name}}
results {% for result in domainObject.results %} {% endfor %}
Result Image Value
#{{result.id }} {{ result.image.getLabelValue }} {{ result.totalValue }}
{% 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 %}

Do you wish to create new results?

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