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