%=raw app.core.View.getTemplate( 'appointment-detail-nav', { a : a, activeTab : 'details' } ) %> <% var mStart = a.getMomentStart(); %> <% var mEnd = a.getMomentEnd(); %> <% var mDeadline = a.getMomentDeadline(); %> <% var mDeadlineReject = a.getMomentDeadlineReject(); %> <% var currentUser = app.model.SessionUser.getUserProfile(); %> <% var categoryNames = a.getCategoryNames(); %>
| <%= _lc( 'STARTTIME' ) %> | <%= mStart.format( 'dd, DD.MMM.YYYY HH:mm [Uhr]' ) %> |
|---|---|
| <%= _lc( 'ENDTIME' ) %> | <%= mEnd.format( 'dd, DD.MMM.YYYY HH:mm [Uhr]' ) %> |
| <%= _lc( 'DEADLINEREJECTTIME' ) %> | <%= mDeadlineReject.format( 'dd, DD.MMM.YYYY HH:mm [Uhr]' ) %> |
| <%= _lc( 'DEADLINETIME' ) %> | <%= mDeadline.format( 'dd, DD.MMM.YYYY HH:mm [Uhr]' ) %> |
| <%= _lc( 'ACCEPTANCE' ) %> | <%= a.getNumAttendeesAccepted() %> <% if ( 0 < a.getMaxAttendees() ) { %> von <%= a.getMaxAttendees() %> <% } %> |
|---|---|
| <%= _lc( 'WAITINGLIST' ) %> | <%= a.getNumAttendeesWaiting() %> |
| <%= _lc( 'FREE_REMAINING' ) %> | <%= a.getMaxAttendees() - a.getNumAttendeesAccepted() %> |