Projects
{if:can_create_project} {end:} {if:no_records}
{if:isAdmin} No projects found {end:} {if:can_create_project} No projects found {else:} {if:!isAdmin} No assigned tasks {end:} {end:}
{else:}
{outputBlock(#pagination.html#)}  
{foreach:project_task_records,cnt,project_task_record}
{if:project_task_record.is_project_visible} tasks_hide_icon {else:} tasks_show_icon {end:} project_icon
{if:project_task_record.can_delete_project} attachment_delete_icon {else:}   {end:}
{if:!project_task_record.project_record.getHasProgress()}
{else:}
{end:}
By: {project_task_record.project_record.getLeadSigninId():h}
{if:project_task_record.is_project_visible}
{if:project_task_record.task_access_permission}
{if:project_task_record.is_task_visible} tasks_hide_icon {else:} tasks_show_icon {end:} Tasks {if:project_task_record.can_add_task} + New task {end:}
Total: #{project_task_record.count_tasks}
{if:project_task_record.is_task_visible} {if:project_task_record.no_tasks}
No tasks found
{else:} {foreach:project_task_record.task_records,cnt1,task_record}
{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:} {if:task_record.view_only_for_self} {else:} {end:}
{if:project_task_record.can_delete_task}
delete_task_icon
{end:} {if:task_record.getHasProgress()}
{else:}
{end:}
{task_record.getSingleTeamName():h}  {task_record.getSingleTeamName():h} {if:task_record.hasMultipleTeam()} ...{end:}
[{task_record.getId():h}]
{end:} {end:} {end:}
{end:} {if:project_task_record.add_issue_permission}
{if:project_task_record.is_issue_visible} issues_hide_icon {else:} issues_show_icon {end:} Issues + New issue
Total: #{project_task_record.count_issues}
{if:project_task_record.is_issue_visible} {if:project_task_record.no_issues}
No issues found
{else:} {foreach:project_task_record.issue_records,cnt1,issue_record}
{if:issue_record.isOpen()} issue_open_status_icon {end:} {if:issue_record.isClosed()} issue_closed_status_icon {end:} {if:issue_record.isPromoted}
{end:} {if:project_task_record.can_delete_project}
delete_issue_icon
{end:}
{issue_record.getStatusDateFormatted():h}
By: {issue_record.getUserSigninId():h}
[{issue_record.getId():h}]
{end:} {end:} {end:}
{end:}
{else:}
{end:}
{end:} {outputBlock(#pagination.html#)}
{end:}