{% extends "global/Page.html" %} {% block title %}{{Lexicon.payoff_title}}{% endblock %} {% block content %}

{{ Lexicon.payoff_text|safe }}

{{ Lexicon.payoff_lottery_intro|safe }}

{% if not played_lottery %}

{{ Lexicon.payoff_lottery_not_chosen|safe }}

{% endif %}
{% if forecast_value %}

{% endif %}
{{ Lexicon.final_instruction }}
{% endblock %}