<%= _lc( 'CREATE_APPOINTMENT' ) %> <%=raw app.core.View.getTemplate( 'gui-header-help-button' ) %>

<% var mNow = moment().add( '1', 'days' ); mNow.minute( 0 ).second( 0 ); %> <% var mReject = mNow.clone(); mReject.subtract( '1', 'days' ); %>
<%= _lc( 'VALIDATION_APPOINTMENT_MIN_ATTENDEE' ) %>

Ohne

<%= _lc( 'VALIDATION_INPUT_REQUIRED' ) %>
<% for ( var gi = 0; gi < groups.length; gi++ ) { %> <% mTeam = groups[ gi ]; %>
<% var categories = mTeam.getAdminCourseCategoriesForProfile( currentProfile ); %>
<%= _lc( 'VALIDATION_SELECT_AT_LEAST_ONE_CATEGORY' ) %>
<%=raw app.core.View.getTemplate( 'gui-form-help', { help : _lc( 'FORMHELP_APPOINTMENT_CATEGORY' ) } ) %> <% if ( 0 === categories.length ) { %> <% } %>
<% } %>

<%= _lc( 'MAX_BOOKERS' ) %>: 0
<%= _lc( 'VALIDATION_APPOINTMENT_STARTTIME_CANNOT_BE_IN_PAST' ) %>
<% mNow.add( 1, 'hours' ) %>
<%= _lc( 'VALIDATION_APPOINTMENT_ENDTIME_CANNOT_BE_BEFORE_STARTTIME' ) %>
<% mNow.subtract( 1, 'hours' ) %>
<%= _lc( 'VALIDATION_APPOINTMENT_DEADLINE_CANNOT_BE_AFTER_STARTTIME' ) %>
<%=raw app.core.View.getTemplate( 'gui-form-help', { help : _lc( 'FORMHELP_APPOINTMENT_DEADLINE' ) } ) %>
<%= _lc( 'GENERAL_VALIDATION_REQUIRED' ) %>
<%= _lc( 'GENERAL_VALIDATION_REQUIRED' ) %>
<%=raw app.core.View.getTemplate( 'gui-form-help', { help : _lc( 'FORMHELP_APPOINTMENT_DEADLINE_REJECT' ) } ) %>
<%= _lc( 'VALIDATION_APPOINTMENT_MAX_ATTENDEE' ) %>
<%=raw app.core.View.getTemplate( 'gui-form-help', { help : _lc( 'FORMHELP_APPOINTMENT_MAX_ATTENDEES' ) } ) %>


<%=raw app.core.View.getTemplate( 'gui-form-help', { help : _lc( 'FORMHELP_APPOINTMENT_PUBLISH_DIRECTLY' ) } ) %>