{% load i18n common_tags %}
{% trans "Local server time" %} (GMT{{ utc_offset }}) | {% trans "Action" %} | {% trans "Unit" %} | {% trans "Source words" %} | {% trans "Similarity" %} | {% trans "Words" %} | {% if own_report and object.rate > 0 or admin_report and object.rate > 0 %}{% trans "Rate" %} | {% trans "Subtotal" %} | {% endif %}
---|---|---|---|---|---|---|---|
{{ score.creation_time }} | {{ score.action }} |
{% if score.submission.unit.isobsolete %}
|
{{ score.wordcount }} | {% if score.is_similarity_taken_from_mt %}MT{% endif %}{% if score.action == 'Review' %}—{% elif score.action == 'Translation' %}{% if score.similarity == 0 %}< 50{% else %}{{ score.similarity|floatformat }}{% endif %}%{% endif %} | {{ score.words|floatformat:2 }} | {% if object.rate > 0 and own_report or object.rate > 0 and admin_report %}{% if score.action == 'Review' %}{{ score.review_rate }}{% elif score.action = 'Translation' %}{{ score.rate }}{% endif %} {{ object.currency }} | {{ score.subtotal|floatformat:4 }} {{ object.currency }} | {% endif %}
{{ task.datetime }} | {{ task.action }} ({% trans "registered tasks" %}) | {{ task.amount }} | {{ task.rate }} {{ object.currency }} | {{ task.subtotal }} {{ object.currency }} | |||
{% trans "No activity recorded in a given period" %} | |||||||
{% trans "Translation (subtotal)" %} | {% if item.words > 0 %}{{ item.words }}{% else %}—{% endif %} | {% if object.rate > 0 and own_report or object.rate > 0 and admin_report %}{{ rate }} {{ object.currency }} | {% if item.subtotal > 0 %}{{ item.subtotal|floatformat:4 }} {{ object.currency }}{% else %}—{% endif %} | {% endif %}||||
{% trans "Review (subtotal)" %} | {% if item.words > 0 %}{{ item.words }}{% else %}—{% endif %} | {% if object.rate > 0 and own_report or object.rate > 0 and admin_report %}{{ rate }} {{ object.currency }} | {% if item.subtotal > 0 %}{{ item.subtotal|floatformat:2 }} {{ object.currency }}{% else %}—{% endif %} | {% endif %}||||
{{ value.action }} ({% trans "registered tasks" %}) | {{ item.amount }} | {{ rate }} {{ object.currency }} | {{ item.subtotal }} {{ object.currency }} | ||||
{% trans "Total" %} | {{ totals.all|floatformat:4 }} {{ object.currency }} |