{% extends "base.html" %} {% block contenido %} {%- if TESTING -%}
{%- endif -%}
{{ registro.account_name }} {% if registro.is_active %}{{ _('Activo') }}{% else %}{{ _('Inactivo') }}{% endif %}

{{ registro.account_name }}

{{ registro.account_no or '-' }}

{{ registro.iban or '-' }}

{{ registro.company or '-' }}

{{ registro.currency or '-' }}

{{ registro.gl_account_id or '-' }}

{% endblock %}