ajout last_connected.pt
This commit is contained in:
26
mondumas/templates/last_connected.pt
Normal file
26
mondumas/templates/last_connected.pt
Normal file
@@ -0,0 +1,26 @@
|
||||
<metal:block use-macro="main_template">
|
||||
<div metal:fill-slot="content">
|
||||
|
||||
|
||||
<div tal:condition="items">
|
||||
<table class="table table-striped table-bordered">
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
<th>Code</th>
|
||||
<th>Nom</th>
|
||||
<th>email</th>
|
||||
</tr>
|
||||
<tr tal:repeat="item items">
|
||||
<td tal:content="python:item.dern_cnx_le.strftime('%d/%m/%Y %H:%M')" />
|
||||
<td align="left" tal:content="item.CD_UTI" />
|
||||
<td align="left" tal:content="item.NOM" />
|
||||
<td align="left" tal:content="item.email" />
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div><!-- content -->
|
||||
</metal:block>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user