{% extends '@LcShop/backend/default/show.html.twig' %} {% block main %} {% for creditHistory in entity.creditHistories %}
  • {{ creditHistory.amount }}
  • {% else %}
  • Aucun mouvement pour ce compte prépayé
  • {% endfor %} {% include 'LcShopBundle:backend/usermerchant:modal_addcredithistory.html.twig' %} {% endblock main %}