ajout de system impression team_pdf

This commit is contained in:
Ambulance Clerc
2022-09-26 12:37:23 +02:00
parent 941dfd3a82
commit 3381fb71a0

View File

@@ -3,7 +3,7 @@
{% for task in latest_task_list %}
<tr style="{% if task.team_transfert %}background-color: orange;{% endif %}">
<td style="vertical-align: top;font-weight: bold;" width="150" >
<td style="vertical-align: top;font-weight: bold;" width="50" >
{{task.key}}
</td>
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
@@ -18,7 +18,7 @@
</tr>
{% for task in night_task_list %}
{% if task.str_start_date == today %}
<tr style="{% if task.team_transfert %}background-color: orange;{% endif %}"><td style="font-weight: bold;vertical-align: top;" width="150" >{{task.key}}</td>
<tr style="{% if task.team_transfert %}background-color: orange;{% endif %}"><td style="font-weight: bold;vertical-align: top;" width="50" >{{task.key}}</td>
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
<span style="{% if task.team_1_chef %}background-color: yellow;{% endif %}">{{ task.team_1 }}</span>&nbsp;
<span style="{% if task.team_2_chef %}background-color: yellow;{% endif %}">{{ task.team_2 }}</span>