{% block style %} {% load staticfiles %} {% endblock %} {% block content %}


{% if player.language == "German" %}Bitte geben Sie an, wie sehr Sie den folgenden öffentlichen Einrichtungen oder Organisationen vertrauen. Wie sehr vertrauen Sie …? {% elif player.language == "English" %}Please state how much you trust the following public institutions or organizations. How much do you trust...? {% elif player.language == "Arabic" %}

‫يرجى الإشارة إلى مدى ثقتك في المؤسسات أو المنظمات العامة التالية. ما مدى ثقتك فيها ...؟

{% elif player.language == "Farsi" %}

‫مشخص کنید که تا چه حد به موسسات یا سازمان‌های عمومی زیر اعتماد دارید ...؟

{% endif %}

{% 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 %}