Ajout RH caldav
This commit is contained in:
21
caldav/templates/rh/rh_view.html
Normal file
21
caldav/templates/rh/rh_view.html
Normal file
@@ -0,0 +1,21 @@
|
||||
{% if latest_task_list %}
|
||||
<table>
|
||||
{% for task in latest_task_list %}
|
||||
|
||||
<tr>
|
||||
<td style="padding-bottom: 15px" width="150" >
|
||||
<span style="font-weight: bold;">{{task.key}}</span><br>
|
||||
{{task.str_start_date}} - {{task.str_end_date}}<br>
|
||||
|
||||
</td>
|
||||
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
|
||||
{{ task.name }}<br>
|
||||
{{task.desc}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td> </td></tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
{% else %}
|
||||
<p>Aucune informations véhicule</p>
|
||||
{% endif %}
|
Reference in New Issue
Block a user