{% load i18n %}

{% trans "Rates" %}

{% if object.hourly_rate > 0 %} {% endif %}
{% 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 }}