 |
|
 |
 |
 |
| Sign Up: |
= $objTeam->toString() ?> |
| For: |
= $objOccurrence->getProperty('stitle')?>

= DisplayDateTime(LONG_DATE_WITH_WEEKDAY, strtotime($objOccurrence->getProperty('begin'))) ?>
= DisplayDateTime(TIME_12HR, strtotime($objOccurrence->getProperty('begin'))) ?> - = DisplayDateTime(TIME_12HR, strtotime($objOccurrence->getProperty('end'))) ?>
= $objOccurrence->location->toString() ?>
$itCoords =& $objOccurrence->projectcoordinators->getIterator();
$arCoordNames = array();
while($itCoords->hasNext()) {
$objCoord =& $itCoords->getNext();
$arCoordNames[$objCoord->toString()] =& $objCoord->toString();
}
?>
= ($objOccurrence->projectcoordinators->length() > 1 ? PLURAL('Project Coordinator') : SINGULAR('Project Coordinator')) ?>: = join(", ", $arCoordNames) ?>
|
| Selected Members: |
= join(', ', $arMembers) ?> |
|
 |
 |
 |
|
 |
|