{{ extends "global/Page.html" }}
{{ block content }}
Übersicht über Ihre Leistung:
{{ if countingpointsThere == True }}
| Buchstaben: |
{{ player.countingpoints|to1 }} Punkt(e) |
{{ endif }}
{{ if addpointsThere == True }}
| Additionen: |
{{ player.addpoints|to1 }} Punkt(e) |
{{ endif }}
{{ if subpointsThere == True }}
| Subtraktionen: |
{{ player.subpoints|to1 }} Punkt(e) |
{{ endif }}
{{ if trivialpointsThere == True }}
| Wissensfragen: |
{{ player.trivialpoints|to1 }} Punkt(e) |
{{ endif }}
{{ if sliderpointsThere == True }}
| Schieberegler: |
{{ player.sliderpoints|to1 }} Punkt(e) |
{{ endif }}
| Ihre Gesamtpunktezahl: |
{{ player.Effort_points|to1 }} Punkt(e) |
Aufgrund dieser Punktezahl wird Ihr Gruppenrang und somit Ihre Anfangsausstattung berechnet.
{{ next_button }}
{{ endblock }}