{% extends "layout.html" %} {% block css %} .event a { background-color: #42B373 !important; background-image :none !important; color: #ffffff !important; } {% endblock %} {% block jquery %} {% endblock %} {% block body %} {% set UOL = 3 %} {% set AUD = 4 %} {% set WRT = 29 %} {% set WRT_EXM1 = 5 %} {% set WRT_EXM2 = 17 %} {% set SPK_EXM = 32 %} {% set SPK = 40 %} {% set TOT = 41 %}

Corrector: {{examiner}}. Resultats {{notas|length}}

{% for alno in notas: %} {% if role > ORAL %} {% else %} {% endif %} {% if alno.notas[WRT_EXM1].valor|upper == examiner or alno.notas[WRT_EXM2].valor|upper == examiner or role > ORAL%} {% else %} {% endif %} {% if alno.notas[SPK_EXM].valor == examiner or role > ORAL%} {% else %} {% endif %} {% if role > ORAL %} {% if alno.version > 0 %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %}
# Identificador UoL Àudio Writing Speaking Total Versió Writing Ex. 1   Writing Ex. 2  
{{ loop.index }} {{ alno.identificador }}{{'%0.1f' % alno.notas[UOL].valor|float }} {{'%0.1f' % alno.notas[AUD].valor|float }} - - {{'%0.1f' % alno.notas[WRT].valor|float }} - {{'%0.1f' % alno.notas[SPK].valor|float }} - {{ alno.notas[TOT].valor }} {{alno.notas[0].version}} {{alno.notas[WRT_EXM1].valor}} {{alno.notas[WRT_EXM2].valor}}  {{ alno.notas[TOT].valor }} {{alno.notas[0].version}}    
Principio de la tabla





{%if config['SERVER_NAME'] == 'localhost:5000'%}
mainpg.html
{%endif%} {% endblock %}