{% block style %} {% load staticfiles %} {% endblock %} {% block content %}
{% if Zahl8 == 8 %} {% extends '_static/Umfrage4Arbeitsplatz.html' %} {% elif Zahl8 == 9 %} {% extends '_static/Umfrage4Kampagne.html' %} {% elif Zahl8 == 10 %} {% extends '_static/Umfrage4OnlineNachricht.html' %} {% elif Zahl8 == 11 %} {% extends '_static/Umfrage4Verteidigen.html' %} {% endif %} {% if Zahl9 == 8 %} {% extends '_static/Umfrage4Arbeitsplatz.html' %} {% elif Zahl9 == 9 %} {% extends '_static/Umfrage4Kampagne.html' %} {% elif Zahl9 == 10 %} {% extends '_static/Umfrage4OnlineNachricht.html' %} {% elif Zahl9 == 11 %} {% extends '_static/Umfrage4Verteidigen.html' %} {% endif %} {% if Zahl10 == 8 %} {% extends '_static/Umfrage4Arbeitsplatz.html' %} {% elif Zahl10 == 9 %} {% extends '_static/Umfrage4Kampagne.html' %} {% elif Zahl10 == 10 %} {% extends '_static/Umfrage4OnlineNachricht.html' %} {% elif Zahl10 == 11 %} {% extends '_static/Umfrage4Verteidigen.html' %} {% endif %} {% if Zahl11 == 8 %} {% extends '_static/Umfrage4Arbeitsplatz.html' %} {% elif Zahl11 == 9 %} {% extends '_static/Umfrage4Kampagne.html' %} {% elif Zahl11 == 10 %} {% extends '_static/Umfrage4OnlineNachricht.html' %} {% elif Zahl11 == 11 %} {% extends '_static/Umfrage4Verteidigen.html' %} {% endif %} {% if player.language == "German" or player.language == "English" %} {% elif player.language == "Arabic" or player.language == "Farsi" %} {% endif %} {% endblock %}