{% extends 'base.html.twig' %} {% block title %}Retenciones{% endblock %} {% block breadcrumb %} {% endblock %} {% block content_header %}

Retenciones

ISR, IVA y no domiciliados

{% if is_granted('ROLE_OPERADOR') %} Nueva retención {% endif %}
{% endblock %} {% block content %} {# Filters #}

Filtros

{# Table #}
{% for it in items %} {% else %} {% endfor %}
Nombre Tipo % Base Estado Acciones
{{ it.nombre }} {% if it.tipo == 1 %} ISR {% elseif it.tipo == 2 %} IVA {% else %} {{ it.tipo }} {% endif %} {{ it.porcentaje }} {{ it.baseSobre }} {% if it.activo %} Activo {% else %} Inactivo {% endif %} {% if is_granted('ROLE_OPERADOR') %}
Editar
{% endif %}

Sin registros

{% if pages > 1 %}
{% endif %}
{% endblock %}