Task Report
{if:!isAdmin}
{if:my_report} Assigned to me {else:} Assigned to me {end:} {if:others_report} Assigned to others {else:} Assigned to others {end:} {if:open_report} Open tasks {else:} Open tasks {end:}
{end:}
{if:show_user_filter}
Select the assignee - the user to whom the task has been assigned
{end:} {if:!open_report}
{else:}
{end:} {if:!open_report}
{end:}
(dd-mm-yy)
(dd-mm-yy)
 
{if:no_task_records}
No task records found
{else:}
{if:selected_project_id} {end:} Total: #{total_tasks:h}
{foreach:task_records,cnt,task_record}
{if:task_record.view_only_for_self}
{if:task_record.getIsViewOnly()} task_viewonly_status_icon {else:} {if:task_record.getIsOpen()} task_open_status_icon {end:} {if:task_record.getIsInProgress()} task_inprogress_status_icon {end:} {if:task_record.getIsInReviewStatus()} task_pending_status_icon {end:} {if:task_record.getIsClosed()} task_closed_status_icon {end:} {end:} {if:task_record.isPromoted}
{end:} {task_record.short_name:h}
{task_record.getStatusDateFormatted():h}
{else:}
{if:task_record.getIsViewOnly()} task_title_icon {else:} {if:task_record.getIsOpen()} task_title_icon {end:} {if:task_record.getIsInProgress()} task_title_icon {end:} {if:task_record.getIsInReviewStatus()} task_title_icon {end:} {if:task_record.getIsClosed()} task_title_icon {end:} {end:} {if:task_record.isPromoted}
{end:} {task_record.short_name:h}
{task_record.getStatusDateFormatted():h}
{end:} {if:task_record.isBookmarked}
{else:}
{end:}
info_text_icon  {task_record.getSingleTeamName():h} {if:task_record.hasMultipleTeam()} ...{end:}
{end:}
{end:}