{% set acceso = permisos(modulo=id_modulo("accounting"), usuario=usuario.id)%} {% extends "base.html" %} {% block contenido %} {% import "macros.html" as macros %} {%- if TESTING -%}
{%- endif -%} {% if entidades_creadas %}| Compania | Nombre | Tipo | Prefijo | Ultimo Usado | Siguiente Sugerido | Activo | Acciones |
|---|---|---|---|---|---|---|---|
| {{ item.company }} | {{ item.name }} | {{ item.counter_type or '—' }} | {{ item.prefix or '—' }} |
{{ item.last_used }} | {{ item.next_suggested_formatted }} | {% if item.is_active %} Activo {% else %} Inactivo {% endif %} | |
| No hay contadores externos registrados. | |||||||