caisse-bliss/templates/logged/angular/recent.html.twig
2025-02-09 16:10:35 +01:00

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>