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

{{registerNameTitle}}

{% if isRegisterCountZero %}

There are no {{registerName}} at this time.

{% else %} {% if isRegisterCountSingle %} {% else %}

There are {{ registerCount }} registered {{registerName}}.

{% endif %} {% endif %} {% if registerCount %} {% if isRegisterCountLow %} {% if view.canUpdateDomainObject %} {% endif %} {% for domainObject in objectRegister.getSortedList %} {% if view.canUpdateDomainObject %} {% endif %} {% endfor %}
{{domainClassName}}Actions
{{domainObject.getLabelValue}} Update {% if view.canDeleteDomainObject %} Delete {% endif %}
{% else %}
A B C D E F G H I J K L M N O P Q R S T U V X Y Z
{% endif %} {% endif %} {% if view.canCreateDomainObject %}

Register new {{registerName}}

Do you wish to register a new {{domainClassName}}?

Fill in the following form to register new {{registerName}}


{% endif %} {% if 0 %}

Search {{registerName}}

Please enter a search term and press 'Search'


{% endif %} {% endblock %}