mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
add product in comanda
This commit is contained in:
13
gestaoRaul/templates/htmx_components/htmx_list_products.html
Normal file
13
gestaoRaul/templates/htmx_components/htmx_list_products.html
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
{% for product in products %}
|
||||
|
||||
<div class="card">
|
||||
{{product.name}}
|
||||
</div>
|
||||
|
||||
{% endfor %}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user