summaryrefslogtreecommitdiffstats
path: root/data/templates/products/bestbefore.html
blob: dbc7f47e0e449dd9a294494174da6896090b2c75 (plain)
1
2
3
4
5
6
7
8
<table class="sortable table table-bordered table-striped table-condensed">
	<thead>
		<tr><th>EAN</th></th><th>Name</th><th>Amount</th><th>Best Before Date</th></tr>
	</thead>
	<tbody>
		{{{DATA}}}
	</tbody>
</table>