"list staffers pdf"
This commit is contained in:
parent
f19db8ffed
commit
a060b21437
@ -3,14 +3,12 @@
|
|||||||
<th>Phone</th>
|
<th>Phone</th>
|
||||||
<th>Mail</th>
|
<th>Mail</th>
|
||||||
<th>Régime</th>
|
<th>Régime</th>
|
||||||
|
{% for staffer in staffers %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{staffer.name}}</td>
|
<td>{{staffer.name}}</td>
|
||||||
<td>{{staffer.phone}}</td>
|
<td>{{staffer.phone}}</td>
|
||||||
<td>{{staffer.mail}}</td>
|
<td>{{staffer.mail}}</td>
|
||||||
<td>{{staffer.diet}}</td>
|
<td>{{staffer.diet}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
|
||||||
{% for staffer in staffers %}
|
|
||||||
{{staffer.name}},{{staffer.phone}},{{staffer.mail}},{{staffer.diet}}
|
|
||||||
</p>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user