mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-21 20:38:22 +02:00
Add indexed fields
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
{{ object.user.last_name }}
|
||||
{{ object.user.first_name }}
|
||||
{{ object.type }}
|
||||
{{ object.role }}
|
@ -0,0 +1,5 @@
|
||||
{{ object.user }}
|
||||
{{ object.type }}
|
||||
{{ object.professional_activity }}
|
||||
{{ object.team.name }}
|
||||
{{ object.team.trigram }}
|
@ -0,0 +1,6 @@
|
||||
{{ object.user }}
|
||||
{{ object.type }}
|
||||
{{ object.student_class }}
|
||||
{{ object.school }}
|
||||
{{ object.team.name }}
|
||||
{{ object.team.trigram }}
|
Reference in New Issue
Block a user