mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
13 lines
247 B
Twig
Executable file
13 lines
247 B
Twig
Executable file
<div class="selling-history">
|
|
{% verbatim %}
|
|
<h2>
|
|
{{recentSellings.length}} Ventes récentes
|
|
</h2>
|
|
|
|
<div ng-repeat="s in recentSellings track by $index">
|
|
{{s.id}} )
|
|
{{s.sum}} €
|
|
{{s.note}}
|
|
</div>
|
|
{% endverbatim %}
|
|
</div>
|