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

Proyectos

Dimensión adicional para reportes y gasto

{% if is_granted('ROLE_OPERADOR') %} Nuevo proyecto {% 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 %}