{% load i18n %}
| {% trans "Currency:" %} | {{ object.currency }} |
| {% trans "Translation Rate:" %} | {{ object.rate }} {{ object.currency }} |
| {% trans "Review Rate:" %} | {{ object.review_rate }} {{ object.currency }} |
| {% trans "Hourly Rate:" %} | {{ object.hourly_rate }} {{ object.currency }} |