{% extends 'base_admin.html.twig' %} {% block title %}Refunds{% endblock %} {% block body %}
{% for message in app.flashes('notice') %} {% endfor %}
{# #} {# #} {% for refund in pagination %} {# #} {# #} {% else %} {% endfor %}
Id OrderId DateCreated AmountReasonMetaDataSeller ShippingCost ShippingTax actions
{{ refund.id }} {{ refund.order_id }} {{ refund.date_created ? refund.date_created|date('Y-m-d H:i:s') : '' }} {{ refund.amount }}{{ refund.reason }}{{ refund.meta_data }}{{ refund.company }} {{ refund.shipping_cost }} {{ refund.shipping_tax }} {# #} {# edit#}
no records found
{% endblock %}