mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
8 lines
166 B
Twig
Executable file
8 lines
166 B
Twig
Executable file
<div class="selling-history">
|
|
{% verbatim %}
|
|
<div ng-repeat="s in recentSelling track by $index">
|
|
{{s.id}} )
|
|
{{s.amount}} €
|
|
</div>
|
|
{% endverbatim %}
|
|
</div>
|