create Delivery loop
This commit is contained in:
10
templates/default/delivery_list.html
Normal file
10
templates/default/delivery_list.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{include file="includes/header.html"}
|
||||
|
||||
<ul>
|
||||
{loop type="delivery" name="delivery.list"}
|
||||
<li>id : #ID</li>
|
||||
<li>prix : #PRICE</li>
|
||||
{/loop}
|
||||
</ul>
|
||||
|
||||
{include file="includes/footer.html"}
|
||||
Reference in New Issue
Block a user