{% set acceso = permisos(modulo=id_modulo("accounting"), usuario=usuario.id)%} {% import "macros.html" as macros %} {% extends "base.html" %} {% block contenido %}
{{ registro.code }} - {{ registro.name }} {% if registro.active %} {{ _('Activo') }} {% else %} {{ _('Inactivo') }} {% endif %} {% if registro.default %} {{ _('Predeterminado') }} {% endif %}

{{ registro.code }}

{{ registro.name }}

{{ registro.entity }}

{% if registro.group %}{{ _('Centro de Grupo') }}{% else %}{{ _('Centro de Detalle') }}{% endif %}

{{ registro.parent or '-' }}

{% if registro.enabled %}{{ _('Sí') }}{% else %}{{ _('No') }}{% endif %}

{% endblock %}