{% extends "project/master.html"%} {% block title %}Projects Search{% endblock %} {% block content %}

Search projects

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

One project was found.

{% else %}

There were {{ objectCount }} projects found.

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

Sorry, no project was found in that search.

{% else %}

Sorry, no project was found under this letter.

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

Please search for registered projects below.

{% endif %} {% include "snippets/projectsindex.html" %} {% include "snippets/projectssearchform.html" %} {% if showRegisterTable %}
{% include "snippets/projectstable.html" %} {% endif %} {% endblock %}