{% 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 %}
image data {% for metric in domainObject.metrics %} {% endfor %}
Symbol Metric name Metric value
{{ metric.deliveryPeriod.symbol.getLabelValue }} {{ metric.metricName }} {{ metric.metricValue }}
results {% for result in domainObject.results %} {% endfor %}
Result
{{result.getLabelValue }}
{% 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 %}