ajout numéro de semaine dans les tableau de synthèse

This commit is contained in:
2020-07-29 09:51:13 +02:00
parent 46805a2e3d
commit a316a4c753
2 changed files with 4 additions and 1 deletions

View File

@@ -66,6 +66,7 @@
<div class="card-body">
<table>
<thead>
<th>S</th>
<th>L</th>
<th>M</th>
<th>M</th>
@@ -78,8 +79,8 @@
{% for event in user.events %}
{% if nbday==1 %}
<tr>
<td class="date" style="vertical-align:middle">{{event.date|date("W")}}</td>
{% endif %}
<td>
<div class="date">{{ event.date | date("d/m") }}</div>
{% if event.allday %}