{% trans_default_domain 'invoice' %} {% set table_columns = 8 %} {% if not table_selectable is defined %} {# This variable MUST be explicitly set to false to hide checkboxes #} {# If you set this to false and you have a second listing that display them #} {# set explicitly to true in the second listing. #} {% set table_selectable = true %} {% set table_columns = table_columns + 1 %} {% endif %} {% if not paginatable is defined %} {% set paginatable = true %} {% endif %} {% if not sortable is defined %} {% set sortable = true %} {% endif %} {% if table_selectable %}

Comprobantes

   {#
#}
{% endif %} {% if invoices|length == 0 %} {% endif %} {% for key, result in invoices %} {% set entity = result %} {% if entity.facturas is defined %} {% else %} {% endif %} {% if entity.retenciones is defined %} {% else %} {% endif %} {% if entity.ncreditos is defined %} {% else %} {% endif %} {% if entity.liquidaciones is defined %} {% else %} {% endif %} {% endfor %}
Razon Social RUC Facturas Retenciones N.Creditos Liquidaciones Total Plan
{% trans %}list.no_results{% endtrans %}
{{ entity.razonsocial }} {{ entity.ruc }}{{ entity.facturas }}0{{ entity.retenciones }}0{{ entity.ncreditos }}0{{ entity.liquidaciones }}0{{ entity.total }} {{ entity.plan }}
{% if table_selectable %}
{#{% if paginatable %} {% endif %}#}
{% endif %}