{% load i18n %}

{% trans "Currency exchange email report" %}

{% trans "Your rates has just been updated:" %}

{% for rate in rates %} {% with rate.latest as history %} {% endwith %} {% endfor %}
{% trans "From" %} {% trans "To" %} {% trans "Date" %} {% trans "Value" %} {% trans "Trackey by" %}
{{ rate.from_currency }} {{ rate.to_currency }} {{ history.date }} {{ history.value }} {{ history.tracked_by }}