<th>{% trans "Written spe"%}</th>
<th>{% trans "Oral 1"%}</th>
<th>{% trans "Oral 2"%}</th>
- <th>{% trans "Options"%}</th>
<th>{% trans "Write"%}</th>
</tr>
</thead>
<td>{{ student.written_speciality.code }}</td>
<td>{{ student.oral_1.code }}</td>
<td>{{ student.oral_2.code }}</td>
- <td>{{ student.options.code }}</td>
{% endwith %}
{% elif user.professor.get %}
<td>{% trans "Professor" %}</td>
<div style="background: white;">
<ul>
{% block courses %}
- {% with user|user_courses as courses %}
+ {% with usr|user_courses as courses %}
{% for c in courses %}
- {% for course in c.courses %}
+ {% with c.course as course %}
<li><a href="{% url teleforma-course-detail course.id %}">{{ course.title}} {{ course.type }}</a></li>
- {% endfor %}
+ {% endwith %}
{% endfor %}
{% endwith %}
{% endblock courses %}
cols = [{'name':'NOM', 'width':5000},
{'name':'PRENOM', 'width':5000},
{'name':'IEJ', 'width':2500},
- {'name':'FORMATION', 'width':5000},
+ {'name':'FORMATION', 'width':6000},
{'name':'PROC', 'width':2500},
- {'name':'Ecrit Spe', 'width':2500},
- {'name':'Oral Spe', 'width':2500},
- {'name':'ORAL 1', 'width':2500},
- {'name':'ORAL 2', 'width':2500},
+ {'name':'Ecrit Spe', 'width':3000},
+ {'name':'Oral Spe', 'width':3000},
+ {'name':'ORAL 1', 'width':3000},
+ {'name':'ORAL 2', 'width':3000},
{'name':'MAIL', 'width':7500},
{'name':'ADRESSE', 'width':7500},
{'name':'CP', 'width':2500},