You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
527B

  1. {% extends '@LcSov/adminlte/crud/index.html.twig' %}
  2. {% block content_title %}
  3. {{ 'index'|sov_trans_admin_title(ea.getEntity().getFqcn()) }}
  4. <br/>
  5. {{ user_merchant.user }}
  6. {% endblock %}
  7. {% block global_actions %}
  8. {{ parent() }}
  9. {% import 'admin/user/macro/user.html.twig' as user_macros %}
  10. {{ user_macros.write_to_user_button(user_merchant.user) }}
  11. {% endblock %}
  12. {% block page_actions %}
  13. {{ parent() }}
  14. <h4>Créduit actuel : {{ user_merchant.credit|format_price|raw }}</h4>
  15. {% endblock %}