ajout numéro de semaine dans les tableau de synthèse
This commit is contained in:
@@ -66,6 +66,7 @@
|
|||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
<th>S</th>
|
||||||
<th>L</th>
|
<th>L</th>
|
||||||
<th>M</th>
|
<th>M</th>
|
||||||
<th>M</th>
|
<th>M</th>
|
||||||
@@ -78,8 +79,8 @@
|
|||||||
{% for event in user.events %}
|
{% for event in user.events %}
|
||||||
{% if nbday==1 %}
|
{% if nbday==1 %}
|
||||||
<tr>
|
<tr>
|
||||||
|
<td class="date" style="vertical-align:middle">{{event.date|date("W")}}</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<div class="date">{{ event.date | date("d/m") }}</div>
|
<div class="date">{{ event.date | date("d/m") }}</div>
|
||||||
{% if event.allday %}
|
{% if event.allday %}
|
||||||
|
@@ -68,6 +68,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<th class="no-print"></th>
|
<th class="no-print"></th>
|
||||||
|
<th>S</th>
|
||||||
<th>L</th>
|
<th>L</th>
|
||||||
<th>M</th>
|
<th>M</th>
|
||||||
<th>M</th>
|
<th>M</th>
|
||||||
@@ -89,6 +90,7 @@
|
|||||||
{% set btnvalidate=true %}
|
{% set btnvalidate=true %}
|
||||||
{%endif%}
|
{%endif%}
|
||||||
</td>
|
</td>
|
||||||
|
<td class="date" style="vertical-align:middle">{{event.date|date("W")}}</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
|
Reference in New Issue
Block a user