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

Impuestos

IVA, IDP y retenciones por cliente

{% if is_granted('ROLE_OPERADOR') %} Nuevo impuesto {% endif %}
{% endblock %} {% block content %} {# Filters #}

Filtros

{# Table #}
{% for it in items %} {% else %} {% endfor %}
Nombre Código SAT Porcentaje Estado Acciones
{{ it.nombre }} {{ it.codigoSat ?? '-' }} {{ it.porcentaje }}% {% if it.activo %} Activo {% else %} Inactivo {% endif %} {% if is_granted('ROLE_OPERADOR') %}
Editar
{% endif %}

Sin registros

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