Baustein "{{ obj.template.short_header }}" für {{obj.enrolment.pupil.last_name.upper()}} {{obj.enrolment.pupil.first_name}}

{% for ps in rt.models.ratings.ProjectSection.objects.filter(project_template=obj.template) %} {% set tot = ps.get_ratings_sum(obj.enrolment) %} {% for r in tot.ratings %} {% endfor %} {% endfor %} {% set tot = obj.get_general_ratings() %} {% for r in tot.ratings %} {% endfor %} {% set tot = tot + obj.get_ratings_sum() %}
Leistung Punkte Mögliche Punkte Prozentsatz Periode
{{ ps.designation }} {{ tot.rating }} {{ tot.max_rating }} {{ tot }}  
{{ r.text }} {{ r.rating }} {{ r.max_rating }} {{ r }} {{ r.period.nickname }}
{{ _("General ratings") }} {{ tot.rating }} {{ tot.max_rating }} {{ tot.value }}  
{{ r.text }} {{ r.rating }} {{ r.max_rating }} {{ r }}  
Summe {{tot.rating}} {{tot.max_rating}} {{tot}}
Kommentar
{{ obj.remark }}