{% extends "base.html" %} {% import "components/typography.html" as typography %} {% import "components/dropdown.html" as dropdown %} {% block main %} {{ typography::heading("All books") }}
| # | Name | Author(s) | Owner | Actions |
|---|---|---|---|---|
| 1 | La petite derniere | Fatima Daas | Jean | {{ dropdown::dropdown_button("Actions", [("Voir", "/books/1"), ("Edit", "/books/1/edit"), ("Delete", "/books/1")]) }} |
| 2 | La petite derniere | Fatima Daas | Jean | {{ dropdown::dropdown_button("Actions", [("Voir", "/books/1"), ("Edit", "/books/1/edit"), ("Delete", "/books/1")]) }} |