{% extends "registry/master.html" %} {% block content %}
{% if namedValue.isDomainObjectRef %} {% if namedValue.isSimpleOption %} {{ namedValue.label }} {% else %} {{namedValue.label }} {% endif %} {% else %} {% if namedValue.isAssociateList %} {% for associatedNamedValue in namedValue.associatedNamedValues %} {{associatedNamedValue.label }} {% endfor %} {% else %} {{ namedValue.value }} {% endif %} {% endif %}
{% if nextObject %} Next: {{nextObject.getLabelValue}} {% endif %} {% if previousObject %} Previous: {{previousObject.getLabelValue}} {% endif %}