{% extends "base.html.twig" %} {% trans_default_domain 'core' %} {% block actionheader %} {% endblock %} {% block searchform_container %}{% endblock %} {% block body %} {{ form_start(form) }}
{% block retencion_actions %}{% endblock %} {% block retencion_label %}{% endblock %}
Listado Nuevo {% if entity.anulado %} {% else %} {% include "Core/comprob.show.html.twig" with {'entity': entity} %} {% endif %} {# REVISAR IMPORTANTE SHARA
#}
{% if entity.anulado %}

A N U L A D O

{% endif %} {% include "Core/emisor.show.html.twig" with {'entity': entity} %}

Retención

{{ entity.serie }}
{{ entity.label }}
{{ entity.issueDate |date("d/m/Y") }}
{{ entity.provider_name }}
{{ entity.provider_identification }}
{{ entity.provider_address|nl2br }}
{{ entity.provider_email }}
{% if entity.isSinRespuesta == true %}

{{ entity.mensajeError }}

{% endif %}

Periodo Fiscal

{{ entity.mes }}
{{ entity.anio }}

Factura de Compra

{{ entity.serieCompra }}
{{ entity.numeroCompra }}
{{ entity.fechaCompra |date("d/m/Y") }}

Lineas de Retención

{% for item in entity.items %} {{ include('RetencionItem/show.html.twig', { 'item': item, 'currency': currency }) }} {% endfor %}
Código {% trans %}item.show.description{% endtrans %} Base Porcentaje Retenido
{% trans with {'%currency%': currency} %}abstract_invoice.show.total{% endtrans %} {{ entity.grossAmount|localizedcurrency(currency, app.request.locale) }}
{#

{{ entity.terms|nl2br }}

#}
{{ entity.notes|nl2br }}
{% block retencion_edit_actions %}{% endblock %}
{% include "Core/email.show.html.twig" with {'entity': entity} %} {{ form_rest(form) }} {{ form_end(form) }} {% endblock %} {# {% block properties %}
{{ entity.claveAcceso }}
{{ entity.issueDate|localizeddate('none', 'none', app.request.locale, null, 'dd/MM/yyyy') }}
{{ entity.fechaAutorizacion }}
{% endblock %} #}