{% extends 'base.html.twig' %} {% block title %}Centros de costo{% endblock %} {% block breadcrumb %} {% endblock %} {% block content_header %}

Centros de costo

Dimensiones administrativas para clasificar gastos

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

Filtros

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

Sin registros

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