caisse-bliss/templates/logged/angular/recent.html.twig

14 lines
247 B
Twig
Raw Permalink Normal View History

2025-02-09 16:10:35 +01:00
<div class="selling-history">
{% verbatim %}
<h2>
{{recentSellings.length}} Ventes récentes
</h2>
<div ng-repeat="s in recentSellings track by $index">
2025-02-09 16:10:35 +01:00
{{s.id}} )
{{s.sum}}
{{s.note}}
2025-02-09 16:10:35 +01:00
</div>
{% endverbatim %}
</div>