shift_template_choice.html 737 Bytes
Newer Older
Administrator committed
1 2 3 4 5 6
<section class="grid-6 has-gutter" id="shift_choice">
   <div class="col-6 menu txtcenter">
    CHOIX DU CRÉNEAU
   </div>
   <div class="col-1 lat_menu">
     <button class="flex-container--column highlighted" data-select="{{mag_place_string}}">Magasin</button>
7
     {% if show_ftop_button %}
Administrator committed
8 9 10
     ou ...
     <br />
     <button class="flex-container--column" data-select="Volant">Volant</button>
11
     {% endif %}
12
     {% if exemptions_shift_id != 0 %}
13 14 15
     ou ...
     <br />
     <button class="flex-container--column" data-select="Exemption">Exempté</button>
16
     {% endif %}
Administrator committed
17 18 19
     <div class="info"></div>
   </div>
   <div class="col-5 main_content">
20
    {% include "members/shift_template_calendar.html" %}
Administrator committed
21 22 23
   </div>

</section>