admin_comptoir.html.twig 1.02 KB
Newer Older
Julien Jorry committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{% if getCurrentComptoir() != null %}
	{% set compte = getCurrentComptoir().mlcAccount.balance %}
	{% set soldelabel = 'Solde du comptoir "'|trans ~ getCurrentComptoir() ~ '"' %}
	{% include '@kohinos/block/solde.html.twig' with {'compte': compte, 'soldelabel': soldelabel, 'currency' : KOH_MLC_SYMBOL|default('')} %}
{% endif %}
{% include '@kohinos/comptoir/block/infos.html.twig' %}
{# {% include '@kohinos/block/transactions.html.twig' %} #}
{% include '@kohinos/block/operations.html.twig' %}
{% include '@kohinos/comptoir/block/vente_adherent.html.twig' %}
{% include '@kohinos/comptoir/block/vente_prestataire.html.twig' %}
{% include '@kohinos/comptoir/block/retrait_prestataire.html.twig' %}
{% include '@kohinos/comptoir/block/retrait_adherent.html.twig' %}
{% include '@kohinos/comptoir/block/reconversion.html.twig' %}
{% include '@kohinos/comptoir/block/reconversion_adherent.html.twig' %}
{% include '@kohinos/comptoir/block/vente_emlc_adherent.html.twig' %}
{% include '@kohinos/comptoir/block/vente_emlc_prestataire.html.twig' %}