{% set acceso = permisos(modulo=id_modulo("accounting"), usuario=usuario.id)%} {% import "macros.html" as macros %} {% extends "base.html" %} {% block contenido %} {% if entidades_creadas %}
| {{ _('Código') }} | {{ _('Nombre') }} | {{ _('Predeterminada') }} | {{ _('Estado') }} |
|---|---|---|---|
| {{ moneda.code }} | {{ moneda.name }} | {% if moneda.default %} {% else %} - {% endif %} | {% if moneda.active %} {{ _('Activo') }} {% else %} {{ _('Inactivo') }} {% endif %} |