{% extends 'Common/baseAdminPannel.html.twig' %} {% block title %} {{ "Mostrar"|trans }} {{ 'concessionairepayment'|trans }} {% endblock %} {% block subtitle %}{% endblock %} {% block body %} {% if error is defined %}
{{ error }}
{% else %} {% for field in fields %} {% endfor %}
{{field.name|trans|capitalize}} {{ renderEntityField(entity, field) }}
{{ include('backend/sales/concessionairePayment/paymentDetails.html.twig') }} {% if entity.files|length >0 %}
Archivos
{% for file in entity.files %}
{{ file.name }}
{% endfor %}
{% endif %} {% if is_granted("SALE_CONCESSIONAIRE_PAYMENT_APPROVE") and entity.status != entity.getValidatedStatus %} {% endif %} {% endif %} {% endblock %}