{% extends 'layout/base.html.twig' %} {% set months_fr = ['Janvier','Février','Mars','Avril','Mai','Juin','Juillet','Août','Septembre','Octobre','Novembre','Décembre'] %} {% set today_day = 'now'|date('j')|number_format %} {% set today_month = 'now'|date('n')|number_format %} {% set today_year = 'now'|date('Y')|number_format %} {% set is_current_month = (filter.month == today_month and filter.year == today_year) %} {% block body %}
| Fajr | Dohr | Asr | Maghreb | Ichaa | |
|---|---|---|---|---|---|
|
{{ horaire.jour.day }}
{{ horaire.jour.dmy_m }}
{{ horaire.jour.dmy_h }}
|
{{ horaire.horaire_fajr }} | {{ horaire.horaire_dohr }} | {{ horaire.horaire_asr }} | {{ horaire.horaire_maghreb }} | {{ horaire.horaire_ichaa }} |