{% set jquery_ui_includes = ['base', 'multiselect'] %} {% extends 'templating:admin/layout.html' %} {% block title %}Manage People{% endblock%} {% block body %}

Manage People

{{ people_grid.html()|content }} {% endblock body%}