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

Search people

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

There was one person found.

{% else %}

There were {{ resultsCount }} people found.

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

Sorry, nobody was found in that search.

{% else %}

Sorry, nobody was found under this letter.

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

Please search for registered people 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 %}