templates/common/agendaStepByStep.html.twig line 1

Open in your IDE?
  1. <script>
  2.     var stepNb = {{ stepNb }},
  3.         offset = {{ offset }},
  4.         baseDateStr = "{{ baseDateTime|date('Y-m-d_H-i-s') }}";
  5. </script>
  6. {# {{ dump(baseDateTime|date('Y-m-d_H-i-s')) }}
  7. {{ dump(offset + stepNb) }} #}
  8. {% include 'common/agendaContent.html.twig' with {'periods': periods } %}