mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
trombi: update export page again
Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
parent
a09c634ac6
commit
87abdf7e68
@ -15,9 +15,9 @@
|
|||||||
{{ trombi_user.user.get_display_name() }}<br>
|
{{ trombi_user.user.get_display_name() }}<br>
|
||||||
{{ trombi_user.user.department }}/{{ trombi_user.user.dpt_option }}<br>
|
{{ trombi_user.user.department }}/{{ trombi_user.user.dpt_option }}<br>
|
||||||
{% trans %}Quote: {% endtrans %}{{ trombi_user.user.quote }}<br>
|
{% trans %}Quote: {% endtrans %}{{ trombi_user.user.quote }}<br>
|
||||||
{% trans %}Date of birth: {% endtrans %}{{ trombi_user.user.date_of_birth|date("d/m/Y") }}<br>
|
{% trans %}Date of birth: {% endtrans %}{{ trombi_user.user.date_of_birth|date("d F Y") }}<br>
|
||||||
{% trans %}Email: {% endtrans %}{{ trombi_user.user.second_email }}<br>
|
{% trans %}Email: {% endtrans %}{{ trombi_user.user.second_email }}<br>
|
||||||
{% trans %}Phone: {% endtrans %}{{ trombi_user.user.phone }}<br>
|
{% trans %}Phone: {% endtrans %}{{ trombi_user.user.phone|phonenumber }}<br>
|
||||||
{% trans %}City: {% endtrans %}{{ trombi_user.user.parent_address }}<br>
|
{% trans %}City: {% endtrans %}{{ trombi_user.user.parent_address }}<br>
|
||||||
</div>
|
</div>
|
||||||
<button onclick="copyToClipboard(document.getElementById('user_{{ trombi_user.id }}_infos'))">{% trans %}Copy{% endtrans %}</button>
|
<button onclick="copyToClipboard(document.getElementById('user_{{ trombi_user.id }}_infos'))">{% trans %}Copy{% endtrans %}</button>
|
||||||
@ -54,15 +54,13 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>{% trans %}Club{% endtrans %}</td>
|
<td>{% trans %}Club{% endtrans %}</td>
|
||||||
<td>{% trans %}Role{% endtrans %}</td>
|
<td>{% trans %}Role{% endtrans %}</td>
|
||||||
<td>{% trans %}Date{% endtrans %}</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for m in trombi_user.memberships.all() %}
|
{% for m in trombi_user.memberships.all() %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ m.club }}</td>
|
<td>{{ m.club }}</td>
|
||||||
<td>{{ m.role }}</td>
|
<td>{{ m.start }} - {{ m.end }} ({{ m.role }})</td>
|
||||||
<td>{{ m.start }} - {{ m.end }}</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Loading…
Reference in New Issue
Block a user