{% set acceso = permisos(modulo=id_modulo("accounting"), usuario=usuario.id)%} {% extends "base.html" %} {% block contenido %}
{{ registro.entity }}
{{ registro.status or '-' }}
{{ registro.start or '-' }}
{{ registro.end or '-' }}
{{ registro.budget or 0 }}
{{ _('Sí') if registro.enabled else _('No') }}