{% if result.exchange_rates_used %}
| Fecha transacción | Tipo (USD/EUR) | Nota |
|---|---|---|
| {{ fecha.strftime('%d/%m/%Y') }} | {{ info.get('rate')|format_rate if info.get('rate') else '' }} | {% if effective != fecha %}Tipo del {{ effective.strftime('%d/%m/%Y') }}{% endif %} |