{% block style %} {% load staticfiles %} {% endblock %} {% block content %}
{% if Zahl1 == 1 %} {% extends '_static/Umfrage1Bundesregierung.html' %}
{% elif Zahl1 == 2 %} {% extends '_static/Umfrage1Bundestag.html' %}
{% elif Zahl1 == 3 %} {% extends '_static/Umfrage1Justiz.html' %}
{% elif Zahl1 == 4 %} {% extends '_static/Umfrage1Polizei.html' %}
{% endif %}
{% if Zahl2 == 1 %} {% extends '_static/Umfrage1Bundesregierung.html' %}
{% elif Zahl2 == 2 %} {% extends '_static/Umfrage1Bundestag.html' %}
{% elif Zahl2 == 3 %} {% extends '_static/Umfrage1Justiz.html' %}
{% elif Zahl2 == 4 %} {% extends '_static/Umfrage1Polizei.html' %}
{% endif %}
{% if Zahl3 == 1 %} {% extends '_static/Umfrage1Bundesregierung.html' %}
{% elif Zahl3 == 2 %} {% extends '_static/Umfrage1Bundestag.html' %}
{% elif Zahl3 == 3 %} {% extends '_static/Umfrage1Justiz.html' %}
{% elif Zahl3 == 4 %} {% extends '_static/Umfrage1Polizei.html' %}
{% endif %}
{% if Zahl4 == 1 %} {% extends '_static/Umfrage1Bundesregierung.html' %}
{% elif Zahl4 == 2 %} {% extends '_static/Umfrage1Bundestag.html' %}
{% elif Zahl4 == 3 %} {% extends '_static/Umfrage1Justiz.html' %}
{% elif Zahl4 == 4 %} {% extends '_static/Umfrage1Polizei.html' %}
{% endif %}
{% if player.language == "German" or player.language == "English" %}
{% elif player.language == "Arabic" or player.language == "Farsi" %}
{% endif %}
{% endblock %}