{% extends "base.html" %} {% block contenido %} {{ _('Inicio') }} {{ _('Contabilidad') }} {{ _('Períodos Contables') }} {{ registro.name }}
{{ registro.entity }}
{{ registro.fiscal_year_id or '-' }}
{{ registro.start }}
{{ registro.end }}
{{ registro.status or '-' }}
{{ _('Sí') if registro.enabled else _('No') }}