{% extends 'Common/baseAdminPannel.html.twig' %} {% block title %} {{ "Mostrar"|trans }} {{ entityName|trans }} {% endblock %} {% block subtitle %}{% endblock %} {% block body %}
{{ 'Id' }}: {{ entity.id }}
{{ 'Provider'|trans|capitalize }}: {{ entity.provider.commercialName|raw }}
{{ 'Currency'|trans }}: {{ entity.currency }}
{{ 'Balance' }}: {{ entity.amount|price(entity.currency) }}

{#
#} {# {% if is_granted("RESERV_MEMBERSHIP_PAYMENT_PURSE_REQUEST_CREATE") %}#} {# #} {# #} {# #} {# {% endif %}#} {#
#}
{{ include('backend/reservations/providerCreditAccount/movements.html.twig') }} {% endblock %}