{% load i18n %}
{% trans "Your rates has just been updated:" %}
{% trans "From" %} | {% trans "To" %} | {% trans "Date" %} | {% trans "Value" %} | {% trans "Trackey by" %} |
---|---|---|---|---|
{{ rate.from_currency }} | {{ rate.to_currency }} | {{ history.date }} | {{ history.value }} | {{ history.tracked_by }} |