{{ extends "global/Page.html" }} {{ block title }} WiSo-Forschungslabor {{ endblock }} {{ block content }}
| Ihr Termin | {{ for option in options }}{{ option }} | {{ endfor }}
|---|---|
| Risiko, dass der Ungeimpfte seine Grundausstattung von {{ endowment_in_points }}n verliert und ungeimpft bleibt. | {{ for values in options.values }}{{ values.probability }}% | {{ endfor }}
| Ihr Zusatzbetrag (in {{ POINTS_CUSTOM_NAME }}n) | {{ for values in options.values }}{{ values.amount }} | {{ endfor }}
| Ihr Gesamtbetrag {{ if player.round_number == 2 }} wenn Herdenimmunität erreicht wird {{ endif }} (in {{ POINTS_CUSTOM_NAME }}n) | {{ for values in options_2.values }}{{ values.amount }} | {{ endfor }} {{ if player.round_number == 2 }}
| Ihr Gesamtbetrag wenn Herdenimmunität nicht erreicht wird (in {{ POINTS_CUSTOM_NAME }}n) | {{ for values in options.values }}{{ no_herd }} | {{ endfor }}