{% set acceso = permisos(modulo=id_modulo("accounting"), usuario=usuario.id)%} {% import "macros.html" as macros %} {% extends "base.html" %} {% block contenido %}
{{ registro.entity }}
{{ registro.code }}
{{ registro.name }}
{% if registro.group %}{{ _('Cuenta de Grupo') }}{% else %}{{ _('Cuenta de Detalle') }}{% endif %}
{{ registro.classification or '-' }}
{{ registro.account_type or '-' }}
{{ registro.parent or '-' }}
{{ registro.currency or _('Moneda de la Compañía') }}
{% if registro.enabled %}{{ _('Sí') }}{% else %}{{ _('No') }}{% endif %}