{% load i18n %} {% load telemeta_utils %} {% load teleforma_tags %} {% load pagination_tags %}
{% for user in page.object_list %} {% if user.student.get %} {% with user.student.get as student %} {% endwith %} {% elif user.professor.get %} {% elif user.is_staff %} {% else %} {% endif %} {% endfor %}
{% trans "Last Name"%} {% trans "First Name"%} {% trans "IEJ"%} {% trans "Training"%} {% trans "Procedure"%} {% trans "Oral spe"%} {% trans "Written spe"%} {% trans "Oral 1"%} {% trans "Oral 2"%} {% trans "Write"%}
{{ user.last_name }} {{ user.first_name }}{{ student.iej.name }} {{ student.training }} {{ student.procedure.code }} {{ student.oral_speciality.code }} {{ student.written_speciality.code }} {{ student.oral_1.code }} {{ student.oral_2.code }}{% trans "Professor" %} {% trans "Administrator" %} {% trans "Unknown" %} {% trans "Message" %}