source: indico/indico/MaKaC/webinterface/tpls/RoomBookingEmail_AssistanceAfterBookingModification.tpl

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 
1Dear Conference Rooms Service,
2
3
4${ currentUser.getStraightFullName()} ${'has cancelled' if hasCancelled else 'requested'} ASSISTANCE for the meeting startup.
5
6For:  ${ reservation.bookedForName }
7Reason: ${ reservation.reason }
8Room:  ${ reservation.room.getFullName() }
9Dates: ${ formatDate(reservation.startDT.date()) } -- ${ formatDate(reservation.endDT.date()) }
10Hours: ${ 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.