{% extends "base.html" %} {% block title %}Users{% endblock %} {% block content %}
{% for i in initials %} {{ i }} {% endfor %} (staff)