{% extends "base.html" %} {% import "components/typography.html" as typography %} {% import "components/cards.html" as cards %} {% block main %} {{ typography::heading("All users") }} {% call cards::card() %}
| # | Name | Owner book | Borrowed book | Actions |
|---|---|---|---|---|
| {{ user.id }} | {{ user.name }} | {{ book_size }} | {{ borrowed_book }} |