admin_caissier.html.twig 547 Bytes
Newer Older
1 2 3 4 5
{% if tav_env == 1 %}
    {% set esoldelabel = 'Solde e-mlc'|trans %}
    {% include '@kohinos/block/solde.html.twig' with {'compte': getCurrentPrestataire().emlcAccount.balance, 'soldelabel': esoldelabel, 'currency' : 'e'~(KOH_MLC_SYMBOL|default(''))} %}

    {% include '@kohinos/tav/block/encaisser_paiement.html.twig' %}
6 7 8 9
    {% include '@kohinos/tav/block/caissier_get_last_transactions.html.twig' with {'title': 'Transactions'} %}
{% else %}
    {% include '@kohinos/block/transactions.html.twig' with {'title': 'Transactions'} %}
{% endif %}