Dashboard
{if:!isAdmin} {if:show_tasks_for_others}
Tasks for others
Total: #{total_tasks_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()} {else:} {if:trecord_others.getIsOpen()} {end:} {if:trecord_others.getIsInProgress()} {end:} {if:trecord_others.getIsInReviewStatus()} {end:} {if:trecord_others.getIsClosed()} {end:} {end:}
{trecord_others.project_short_name:h}
{end:} {end:} {end:} {end:} {if:show_tasks_for_me}
Tasks for me
Total: #{total_tasks_me}
{if:no_tasks_me}
There are no tasks assigned to you
{else:} {foreach:trecords_me,cnt1,trecord_me}
{if:trecord_me.getIsViewOnly()} {else:} {if:trecord_me.getIsOpen()} {end:} {if:trecord_me.getIsInProgress()} {end:} {if:trecord_me.getIsInReviewStatus()} {end:} {if:trecord_me.getIsClosed()} {end:} {end:}
{trecord_me.project_short_name:h}
{end:} {end:} {end:}
Latest unread messages
Total: #{total_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} [#{message_record.getId()}] {end:} {if:message_record.getIsTaskMessage()} {message_record.short_description} [#{message_record.getId()}] {end:} {if:message_record.getIsIssueMessage()} {message_record.short_description} [#{message_record.getId()}] {end:}
From: {message_record.getFromName():h}
{message_record.getDateFormatted():h}
{end:} {end:}