create purchase list without paging

This commit is contained in:
2024-08-08 20:17:43 +02:00
parent 6a5dc9b62c
commit 3de40ccad3
14 changed files with 330 additions and 18 deletions

View File

@ -0,0 +1,5 @@
<div class="inline-flex rounded-md shadow-sm" role="group">
{% for button in buttons %}
{% button_group_button_sm href=button.href text=button.text color=button.color %}
{% endfor %}
</div>