{% extends "base.html" %} {% block contenido %} {%- if TESTING -%}
{%- endif -%}{{ registro.company or '-' }}
{{ cuenta.code ~ ' - ' ~ cuenta.name if cuenta else '-' }}
{{ registro.currency or '-' }}
{{ (responsable.name or responsable.user) if responsable else '-' }}
{{ registro.float_amount }}
{{ saldo }}
{{ saldo - vales_abiertos }}
{{ vales_abiertos }}
{{ pendiente_reposicion }}
{{ registro.notes }}