1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-03 14:24:23 +01:00
fab-manager/app/frontend/templates/machines/training_reservation_modal.html

11 lines
825 B
HTML
Raw Normal View History

2016-03-23 18:39:41 +01:00
<div class="modal-header">
2019-12-17 18:06:56 +01:00
<h1 translate>{{ 'app.shared.training_reservation_modal.machine_reservation' }}</h1>
2016-03-23 18:39:41 +01:00
</div>
<div class="modal-body">
2019-12-17 18:06:56 +01:00
<p translate> {{ 'app.shared.training_reservation_modal.you_must_wait_for_your_training_is_being_validated_by_the_fablab_team_to_book_this_machine' }}</p>
<p>{{ 'app.shared.training_reservation_modal.your_training_will_occur_' | translate }} <span class="sbold">{{machine.current_user_training_reservation.slots[0].start_at | amDateFormat: 'LL'}} : {{machine.current_user_training_reservation.slots[0].start_at | amDateFormat:'LT'}} - {{machine.current_user_training_reservation.slots[0].end_at | amDateFormat:'LT'}}</span></p>
2016-03-23 18:39:41 +01:00
</div>
<div class="modal-footer">
2019-12-17 18:06:56 +01:00
<button class="btn btn-warning" ng-click="cancel()" translate>{{ 'app.shared.buttons.close' }}</button>
2016-03-23 18:39:41 +01:00
</div>