{% set sb = old.banco ?? d.banco ?? '' %}
{% if errors.banco is defined %}
{{ errors.banco }}
{% endif %}
{% if errors.numero is defined %}
{{ errors.numero }}
{% endif %}
{% set sm = old.moneda ?? d.moneda ?? '' %}
{% if errors.moneda is defined %}
{{ errors.moneda }}
{% endif %}