{% extends 'Common/baseAdminPannel.html.twig' %} {% block title %} {{ "Mostrar"|trans }} {{ entityName|trans }} {% endblock %} {% block subtitle %}{% endblock %} {% block body %}
{#Help#}
{% for field in fields %} {% endfor %}
{{field.name|trans|capitalize}} {{ renderEntityField(entity, field) }}
{% if entity.status == "pending" %} {% if is_granted("RESERV_MEMBERSHIP_PAYMENT_PURSE_REQUEST_APPROVE") %} {% endif %} {% if is_granted("RESERV_MEMBERSHIP_PAYMENT_PURSE_REQUEST_REJECT") %} {% endif %} {% endif %} {% endblock %}