{% extends "registry/master.html" %} {% block content %} {% if showRegisterSearch %}
{% endif %} {% block content_title %}

{{registerNameTitle}}

{% endblock %}
{% block table_comment %} {% block table_comment_before %}{% endblock %} {% if isCountZero %}

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

{% else %} {% ifequal objectCount 1 %}

There is one {{domainClassName}}.

{% else %}

There are {{ objectCount }} {{registerName}}. {% if view.hasListallPage and showRegisterAllLink %} View full list. {% endif %}

{% endifequal %} {% endif %} {% block table_comment_after %}{% endblock %} {% endblock %} {% if showRegisterIndex %}
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9
{% endif %} {% if showRegisterTable %} {% block table_key_name %}{% endblock %} {% block table_head_extn %}{% endblock %} {% if view.canUpdateDomainObject %} {% endif %} {% for domainObject in domainObjectList %} {% block table_key_value %} {% endblock %} {% block table_row_extn %}{% endblock %} {% if view.canUpdateDomainObject %} {% endif %} {% endfor %}
{{domainClassName}}Actions
{{domainObject.getLabelValue}} {% block table_item_update_btn %} Update {% endblock %} {% block table_item_delete_btn %} {% if view.canDeleteDomainObject %} Delete {% endif %} {% endblock %} {% block table_item_actions_extn %}{% endblock %}
{% endif %}
{% block creation %} {% if view.canCreateDomainObject %}

Register new {{registerName}}

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

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


{% endif %} {% endblock %} {% endblock %}