{% form_theme form _self %} {% block _Product_productHistories_widget %}
# | {{ 'product.date'|trans({}, 'admin') }} | {{ 'product.user'|trans({}, 'admin') }} | {{ 'product.cost'|trans({}, 'admin') }} | {{ 'product.price'|trans({}, 'admin') }} | {{ 'product.offerPrice'|trans({}, 'admin') }} |
---|---|---|---|---|---|
{{ history.id }} | {{ history.date|date("d/m/Y") }} | {{ history.user }} | $ {{ history.cost|format_number }} | $ {{ history.price|format_number }} | $ {{ history.offerPrice|format_number }} |