templates/frontend/menu.html.twig line 1

  1. {% extends 'base.html.twig' %}
  2. {% block title %}Ms-krupá{% endblock %}
  3. {% block body %}
  4.     <div class="container">
  5.         <div class="row">
  6.             <div class="col-12 main-content">
  7.                 <div class="row">
  8.                    {{ include('./frontend/navbar.html.twig') }}
  9.                     {{ include('./frontend/balonky.html.twig') }}
  10.                 </div>
  11.                 <div class="row">
  12.                     <div class="col-12 text-center">
  13.                         <h2>Jídelníček</h2>
  14.                     </div>
  15.                 </div>
  16.                 <div class="row">
  17.                     <div class="col-12 col-lg-10 offset-lg-1">
  18.                         <div class="row">
  19.                             <h3>Pondělí</h3>
  20.                             <table class="col-10 col-lg-10 offset-1">
  21.                                 <tbody class="col-12">
  22.                                 <tr>
  23.                                     <th class="font-size col-lg-4" scope="row"><h5>Přesnídávka</h5></th>
  24.                                    <td class="font-size">{{ menu.mondayBreakfast | default(' ') }}</td>
  25.                                 </tr>
  26.                                 <tr>
  27.                                     <th class="font-size col-lg-4" scope="row"><h5>Polévka</h5></th>
  28.                                     <td class="font-size">{{ menu.mondaySoup | default(' ') }}</td>
  29.                                 </tr>
  30.                                 <tr>
  31.                                     <th class="font-size col-lg-4" scope="row"><h5>Oběd</h5></th>
  32.                                     <td class="font-size" colspan="2">{{ menu.mondayLunch | default(' ') }}</td>
  33.                                 </tr>
  34.                                 <tr>
  35.                                     <th class="font-size col-lg-4" scope="row"><h5>Svačina</h5></th>
  36.                                     <td class="font-size" colspan="2">{{ menu.mondaySnack | default(' ') }}</td>
  37.                                 </tr>
  38.                                 </tbody>
  39.                             </table>
  40.                         </div>
  41.                         <div class="row">
  42.                             <h3>Úterý</h3>
  43.                             <table class="col-10 col-lg-10 offset-1">
  44.                                 <tbody>
  45.                                 <tr>
  46.                                     <th class="font-size col-lg-4" scope="row"><h5>Přesnídávka</h5></th>
  47.                                     <td class="font-size">{{ menu.tuesdayBreakfast | default(' ')}}</td>
  48.                                 </tr>
  49.                                 <tr>
  50.                                     <th class="font-size col-lg-4" scope="row"><h5>Polévka</h5></th>
  51.                                     <td class="font-size">{{ menu.tuesdaySoup | default(' ')}}</td>
  52.                                 </tr>
  53.                                 <tr>
  54.                                     <th class="font-size col-lg-4" scope="row"><h5>Oběd</h5></th>
  55.                                     <td class="font-size" colspan="2">{{ menu.tuesdayLunch | default(' ')| default(' ')}}</td>
  56.                                 </tr>
  57.                                 <tr>
  58.                                     <th class="font-size col-lg-4" scope="row"><h5>Svačina</h5></th>
  59.                                     <td class="font-size" colspan="2">{{ menu.tuesdaySnack | default(' ')| default(' ')}}</td>
  60.                                 </tr>
  61.                                 </tbody>
  62.                             </table>
  63.                         </div>
  64.                         <div class="row">
  65.                             <h3>Středa</h3>
  66.                             <table class="col-10 col-lg-10 offset-1">
  67.                                 <tbody>
  68.                                 <tr>
  69.                                     <th class="font-size col-lg-4" scope="row"><h5>Přesnídávka</h5></th>
  70.                                     <td class="font-size">{{ menu.wednesdayBreakfast | default(' ')}}</td>
  71.                                 </tr>
  72.                                 <tr>
  73.                                     <th class="font-size col-lg-4" scope="row"><h5>Polévka</h5></th>
  74.                                     <td class="font-size">{{ menu.wednesdaySoup | default(' ')}}</td>
  75.                                 </tr>
  76.                                 <tr>
  77.                                     <th class="font-size col-lg-4" scope="row"><h5>Oběd</h5></th>
  78.                                     <td class="font-size" colspan="2">{{ menu.wednesdayLunch | default(' ')}}</td>
  79.                                 </tr>
  80.                                 <tr>
  81.                                     <th class="font-size col-lg-4" scope="row"><h5>Svačina</h5></th>
  82.                                     <td class="font-size" colspan="2">{{ menu.wednesdaySnack | default(' ')}}</td>
  83.                                 </tr>
  84.                                 </tbody>
  85.                             </table>
  86.                         </div>
  87.                         <div class="row">
  88.                             <h3>Čtvrtek</h3>
  89.                             <table class="col-10 col-lg-10 offset-1">
  90.                                 <tbody>
  91.                                 <tr>
  92.                                     <th class="font-size col-lg-4" scope="row"><h5>Přesnídávka</h5></th>
  93.                                     <td class="font-size">{{ menu.thursdayBreakfast | default(' ')}}</td>
  94.                                 </tr>
  95.                                 <tr>
  96.                                     <th class="font-size col-lg-4" scope="row"><h5>Polévka</h5></th>
  97.                                     <td class="font-size">{{ menu.thursdaySoup | default(' ')}}</td>
  98.                                 </tr>
  99.                                 <tr>
  100.                                     <th class="font-size col-lg-4" scope="row"><h5>Oběd</h5></th>
  101.                                     <td class="font-size" colspan="2">{{ menu.thursdayLunch | default(' ')}}</td>
  102.                                 </tr>
  103.                                 <tr>
  104.                                     <th class="font-size col-lg-4" scope="row"><h5>Svačina</h5></th>
  105.                                     <td class="font-size" colspan="2">{{ menu.thursdaySnack | default(' ')}}</td>
  106.                                 </tr>
  107.                                 </tbody>
  108.                             </table>
  109.                         </div>
  110.                         <div class="row">
  111.                             <h3>Pátek</h3>
  112.                             <table class="col-10 col-lg-10 offset-1">
  113.                                 <tbody>
  114.                                 <tr>
  115.                                     <th class="font-size col-lg-4" scope="row"><h5>Přesnídávka</h5></th>
  116.                                     <td class="font-size">{{ menu.fridayBreakfast | default(' ')}}</td>
  117.                                 </tr>
  118.                                 <tr>
  119.                                     <th class="font-size col-lg-4" scope="row"><h5>Polévka</h5></th>
  120.                                     <td class="font-size">{{ menu.fridaySoup | default(' ')}}</td>
  121.                                 </tr>
  122.                                 <tr>
  123.                                     <th class="font-size col-lg-4" scope="row"><h5>Oběd</h5></th>
  124.                                     <td class="font-size" colspan="2">{{ menu.fridayLunch | default(' ')}}</td>
  125.                                 </tr>
  126.                                 <tr>
  127.                                     <th class="font-size col-lg-4" scope="row"><h5>Svačina</h5></th>
  128.                                     <td class="font-size" colspan="2">{{ menu.fridaySnack | default(' ')}}</td>
  129.                                 </tr>
  130.                                 </tbody>
  131.                             </table>
  132.                         </div>
  133.                     </div>
  134.                 </div>
  135.                 <div class="row">
  136.                     <div class="col-12 col-lg-10 offset-lg-1 margin-top-20">
  137.                         <p>
  138.                             <b>Každé jídlo obsahuje alergeny, které jsou uvedeny v číslech u každého pokrmu.</b><br>
  139.                             Alergeny<br>
  140.                             <b>Pitný režim po celý den, voda, šťáva, džus, čaj.<br>
  141.                             Změny v jídelníčku jsou přípustné!</b><br>
  142.                             <b>Alergeny a Ceny stravvného ke stažení <a href="{{ path('download') }}">zde.</a></b>
  143.                         </p>
  144.                     </div>
  145.                 </div>
  146.                 <div class="row footer">
  147.                     <div class="col-12">
  148.                         <p class="text-center ">© 2023 Všechna práva vyhrazena</p>
  149.                     </div>
  150.                 </div>
  151.             </div>
  152.         </div>
  153.     </div>
  154. {% endblock %}