{% set months = {1:"Jan", 2:"Feb", 3:"Mar", 4:"Apr", 5:"May", 6:"Jun", 7:"Jul", 8:"Aug", 9:"Sep", 10:"Oct", 11:"Nov", 12:"Dec"} %}
Date | Task | Period | Linked Item | Created | Assigned | State | ||
---|---|---|---|---|---|---|---|---|
{{ task.startDate|date("Y/m/d") }} |
{% if task.priority == 0 %}
![]() |
{% elseif task.priority == 1 %}
{{ task.title }} {% if task.account %} {{ task.account.internalName }} {% endif %} {% if task.maAccount %} {{ task.maAccount.maAccountName }} {% endif %} {{ task.itemType }} {% if task.closed %}(CLOSED ON {{ task.closeDate|date("Y/m/d") }}){% endif %} | {{ months[task.periodMonth] }}/{{ task.periodYear }} | {{ task_info['text'] }} | {% if task.getCreatedBy %}{{ task.getCreatedBy.getUsername|trim }} {% else %} Unknown {% endif %} | {% if task.getUser %}{{ task.getUser.getUsername|trim }} {% else %} Unknown {% endif %} | {{ state_options[task.state] }} | {% if task.closed == false %}![]() |