{% extends 'base.html.twig' %} {% block title %}Bancos{% endblock %} {% block breadcrumb %} {% endblock %} {% block content_header %}
Catálogo de bancos y entidades financieras
| Nombre | Estado | Acciones |
|---|---|---|
|
{{ it.nombre }}
ID {{ it.id }}
|
{% if it.activo %} Activo {% else %} Inactivo {% endif %} | {% if is_granted('ROLE_OPERADOR') %} {% endif %} |
|
Sin registros |
||