{% extends "site/master.html"%} {% block title %}Sites Search{% endblock %} {% block content %}

Search sites

{% if isResultsRequest %} {% if objectCount %} {% ifequal objectCount 1 %}

One site was found.

{% else %}

There were {{ objectCount }} sites found.

{% endifequal %} {% else %} {% if userQuery %}

Sorry, no site was found in that search.

{% else %}

Sorry, no site was found under this letter.

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

Please search for registered sites below.

{% endif %} {% include "snippets/sitesindex.html" %} {% include "snippets/sitessearchform.html" %} {% if showRegisterTable %}
{% include "snippets/sitestable.html" %} {% endif %} {% endblock %}