{% extends "person/master.html"%} {% block title %}Search person{% endblock %} {% block content %}
One person was found.
{% else %}There were {{ objectCount }} people found.
{% endifequal %} {% 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 %} {% if objectCount %}{% firstof person.fullname person.name %} |