{% load i18n l10n %}
{% trans 'Agent' %} | {% for category in categories %}{{ category }} | {% endfor %}
---|---|
{% if forloop.first %}{{ x }} {% else %}{% trans 'tasks: ' %}{{ x.0 }}{% trans ', total time: ' %}{{ x.1|localize }} {% if x.2 %} (corrected value: {{ x.2|localize }}){% endif %} {% endif %} | {% endfor %}