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

{{registerNameTitle}}

{% if isRegisterCountZero %}

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

{% else %} {% if isRegisterCountSingle %}

There is one {{registerName}}.

{% else %}

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

{% endif %} {% endif %} {% if registerCount %} {% if isRegisterCountLow %}

Select from the list to view individual {{registerName}}

{% 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 %}