{% extends "registry/master.html" %} {% block title %}Search {{registryAttribute}}{% endblock %} {% block content %}

Search {{registryAttribute}}

{% if isResultsRequest %} {% if resultsCount %} {% if isResultSingular %}

There was one {{domainClassName}} found.

{% else %}

There were {{resultsCount}} {{registryAttribute}} found.

{% endif %} {% else %} {% if userQuery %}

Sorry, no {{registryAttribute}} were found in that search.

{% else %}

Sorry, no {{registryAttribute}} were found under this letter.

{% endif %} {% endif %} {% else %}

Please search for registered {{registryAttribute}} below.

{% endif %}
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
{% if resultsCount %} {% endif %} {% endblock %}