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

Registered people

There are {{ registerCount }} registered people.

{% if isRegisterCountLow %} {% else %}
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
{% endif %}

Search people

{% endblock %}