{% extends "base.html" %} {% block contenido %}
{{ registro.name }} {% if registro.is_closed %}{{ _('Cerrado') }}{% else %}{{ _('Abierto') }}{% endif %}

{{ registro.entity }}

{{ registro.year_start_date }}

{{ registro.year_end_date }}

{{ _('Sí') if registro.financial_closed else _('No') }}

{% endblock %}