{{ obj.name }}
{{ description|safe }}
{% trans 'Calendar' %} | {% trans 'Agent' %} | {% for category in categories %}{{ category }} | {% endfor %}
---|---|---|
{% trans 'iCal' %} | {% for x in agent_data %}{% 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 %}