{% 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 '-' }}

{{ _('Configuracion de Numeracion') }}
{% for cfg in numbering_configs %} {% endfor %}
{{ _('Tipo de Transaccion') }} {{ _('Serie Interna') }} {{ _('Usa Contador Externo') }} {{ _('Contador Externo') }}
{{ _(cfg.label) }}

{{ _('La serie predeterminada se define desde Administracion > Series e Identificadores.') }}

{% endblock %} {% block scripts %} {% endblock %}