#{list persons} #{if smallFlag != null }
#{/if} #{else}
#{/else} #{if _PAGE=="project" && project?.isPersonBindedtoProject(_.id)}
#{/if} #{else}
#{/else}
photo
${_.firstName} ${_.lastName} #{if _.personType?.equals(_?.personType?.ASSOCIATE) && _PAGE=="customer"}
  • #{/if} #{if _.customer?.id > 0 && _PAGE=="project"}
  • ${_.customer?.name} #{/if}
    #{if _.contactInfo?.mobile}
  •  ${_.contactInfo?.mobile} #{/if}
    #{if _.contactInfo?.email}
  •  ${_.contactInfo?.email} #{/if}
    #{if _PAGE=="customer"} #{/if} #{else} #{if !user.roleInfo?.roleName.equals("viewer")}
    #{if project?.isPersonBindedtoProject(_.id) } #{/if} #{else} #{/else}
    #{/if} #{/else}
    #{/list}