{% extends '@LcShop/backend/default/show.html.twig' %} {% trans_default_domain 'lcshop' %} {% block main %}

{{ entity.user.summary }} : {{ entity.credit }}€

{% for creditHistory in entity.creditHistories %} {% else %} {% endfor %}
Id Type Amount MeanPayment PaidAt Reference Comment
{{ creditHistory.id }} {{ creditHistory.type }} {{ creditHistory.amountInherited }} € {{ creditHistory.meanPaymentInherited }} {{ creditHistory.paidAtInherited |date('d-m-y') }} {{ creditHistory.referenceInherited }} {{ creditHistory.commentInherited }}
{{ 'search.no_results'|trans(_trans_parameters, 'EasyAdminBundle') }}
{% include 'LcShopBundle:backend/usermerchant:modal_addcredithistory.html.twig' %} {% endblock main %} {% block head_stylesheets %} {{ parent() }} {% endblock %} {% block plugin_javascript %} {{ parent() }} {% endblock %} {% block script_javascript %} {{ parent() }} {% endblock %}