|
Last change
on this file was
c8a3a93,
checked in by Jose Benito <jose.benito.gonzalez@…>, 14 months ago
|
|
[FIX] Needs assistance modification - Notif
|
-
Property mode set to
100644
|
|
File size:
606 bytes
|
| Line | |
|---|
| 1 | Dear Conference Rooms Service, |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | ${ currentUser.getStraightFullName()} ${'has cancelled' if hasCancelled else 'requested'} ASSISTANCE for the meeting startup. |
|---|
| 5 | |
|---|
| 6 | For: ${ reservation.bookedForName } |
|---|
| 7 | Reason: ${ reservation.reason } |
|---|
| 8 | Room: ${ reservation.room.getFullName() } |
|---|
| 9 | Dates: ${ formatDate(reservation.startDT.date()) } -- ${ formatDate(reservation.endDT.date()) } |
|---|
| 10 | Hours: ${ reservation.startDT.strftime("%H:%M") } -- ${ reservation.endDT.strftime("%H:%M") } |
|---|
| 11 | |
|---|
| 12 | You can check details here: |
|---|
| 13 | ${ urlHandlers.UHRoomBookingBookingDetails.getURL( reservation ) } |
|---|
| 14 | <%include file="RoomBookingEmail_Footer.tpl"/> |
|---|
Note: See
TracBrowser
for help on using the repository browser.