{% extends "base.html" %} {% block title %}{{ _("User list") }}{% end block %} {% block body %} {% module UsersTable(users) %} {% end block %}