{% set sel = old.moneda ?? d.moneda ?? '' %}
{% if errors.moneda is defined %}
{{ errors.moneda }}
{% endif %}
{% if errors.fecha is defined %}
{{ errors.fecha }}
{% endif %}
{% if errors.tc_venta is defined %}
{{ errors.tc_venta }}
{% endif %}
{% if errors.tc_compra is defined %}
{{ errors.tc_compra }}
{% endif %}