Dashboard
{if:!isAdmin}
Stats
Tasks ({n_total_tasks}) {if:taskpie} {else:} {end:}
Open ({n_open_tasks})
Inprogress ({n_wip_tasks})
Review Pending ({n_review_pending_tasks})
Closed ({n_closed_tasks})
Issues ({n_total_issues}) {if:issuepie} {else:} {end:}
Open ({n_open_issues})
Closed ({n_closed_issues})
{end:} {if:isAdmin}
{total_unread_message_cnt}
Latest unread messages
{if:no_message_records}
No messages found
{else:} {foreach:message_records,cnt,message_record} {if:message_record.getIsProjctMessage()}
{end:} {if:message_record.getIsTaskMessage()}
{end:} {if:message_record.getIsIssueMessage()}
{end:}
{if:message_record.getIsProjctMessage()}
{message_record.short_description}
{end:} {if:message_record.getIsTaskMessage()}
{message_record.short_description}
{end:} {if:message_record.getIsIssueMessage()}
{message_record.short_description}
{end:} {if:message_record.isBookmarked}
{else:}
{end:}
profile_pic
By: {message_record.getFromName():h}
Date: {message_record.getDateFormatted():h}
{message_record.project_link.project_short_name:h}
{end:} {end:}
{else:} {if:show_dashboard_unread_messages}
{total_unread_message_cnt}
Latest unread messages
{if:no_message_records}
No messages found
{else:} {foreach:message_records,cnt,message_record} {if:message_record.getIsProjctMessage()}
{end:} {if:message_record.getIsTaskMessage()}
{end:} {if:message_record.getIsIssueMessage()}
{end:}
{if:message_record.getIsProjctMessage()}
{message_record.short_description}
{end:} {if:message_record.getIsTaskMessage()}
{message_record.short_description}
{end:} {if:message_record.getIsIssueMessage()}
{message_record.short_description}
{end:} {if:message_record.isBookmarked}
{else:}
{end:}
profile_pic
By: {message_record.getFromName():h}
Date: {message_record.getDateFormatted():h}
{message_record.project_link.project_short_name:h}
{end:} {end:}
{end:} {end:} {if:!isAdmin} {if:show_tasks_for_me}
Tasks for me
{if:no_tasks_me}
There are no tasks assigned to you
{else:} {foreach:trecords_me,cnt1,trecord_me} {if:trecord_me.getIsViewOnly()} task_viewonly_status_icon {else:} {if:trecord_me.getIsOpen()} task_open_status_icon {end:} {if:trecord_me.getIsInProgress()} task_inprogress_status_icon {end:} {if:trecord_me.getIsInReviewStatus()} task_pending_status_icon {end:} {if:trecord_me.getIsClosed()} task_closed_status_icon {end:} {end:} {if:trecord_me.isPromoted}
{end:} {if:trecord_me.getIsViewOnly()} {else:} {end:}
{if:trecord_me.isBookmarked}
{else:}
{end:}
{trecord_me.getProgress()}%
{trecord_me.getTeamSigninId()}  {trecord_me.getSingleTeamName():h} {if:trecord_me.hasMultipleTeam()} ...{end:}
{end:} {end:}
{end:} {if:show_tasks_for_others}
Tasks for others
{if:no_tasks_others}
You may not have any tasks assigned to others
{else:} {foreach:trecords_others,cnt,trecord_others} {if:trecord_others.getIsViewOnly()} task_viewonly_status_icon {else:} {if:trecord_others.getIsOpen()} task_open_status_icon {end:} {if:trecord_others.getIsInProgress()} task_inprogress_status_icon {end:} {if:trecord_others.getIsInReviewStatus()} task_pending_status_icon {end:} {if:trecord_others.getIsClosed()} task_closed_status_icon {end:} {end:} {if:trecord_others.isPromoted}
{end:} {if:trecord_others.getIsViewOnly()} {else:} {end:}
{if:trecord_others.isBookmarked}
{else:}
{end:}
{trecord_others.getProgress()}%
{trecord_others.getTeamSigninId()}  {trecord_others.getSingleTeamName():h} {if:trecord_others.hasMultipleTeam()} ...{end:}
{end:} {end:}
{end:} {end:}