source: indico/indico/MaKaC/plugins/Collaboration/Vidyo/tpls/ShowOldRoomIndexActionResult.tpl @ c18126

burotelhello-world-walkthroughipv6new-webexv0.97-seriesv0.98-seriesv0.98.2v0.98.3v0.98b1v0.98b2v0.99v1.0v1.1
Last change on this file since c18126 was c18126, checked in by Pedro Ferreira <jose.pedro.ferreira@…>, 3 years ago

[FTR] Vidyo plugin version 1.0

  • also added suds to Indico dependencies
  • Property mode set to 100644
File size: 654 bytes
Line 
1<% from MaKaC.common.timezoneUtils import getAdjustedDate %>
2
3<div>
4    <%= _("Note: times are shown in the server timezone: ") + ServerTZ %>
5</div>
6
7<div style="padding-top: 15px;font-size:15px;">
8    <%= _("We will delete rooms in events that finish before: ") + formatDateTime(getAdjustedDate(MaxDate, tz=ServerTZ)) %>.<br &>
9    <%= _("There are ") + str(TotalRoomCount) + _(" rooms in total.") %>
10</div>
11
12<div style="padding-top: 30px;font-size:15px;"><%= _("Vidyo rooms that would be deleted") %>:</div>
13<%= OldBookings %>
14
15<div style="padding-top: 30px;font-size:15px;"><%= _("Vidyo rooms that would NOT be deleted") %>:</div>
16<%= NewBookings %>
17
Note: See TracBrowser for help on using the repository browser.