{% extends "base.html" %} {% block title %}People{% endblock %} {% block headers %}
{% for i in initials %} {{ i }} {% endfor %}
{{ html_admin_buttons }}