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


{% comment %} GERMAN {% endcomment %} {% if player.language == "German" %}

Möchten Sie weitere Informationen zu diesem Thema?


{% comment %} ENGLISH {% endcomment %} {% elif player.language == "English" %}

Would you like more information on this topic?


{% comment %} ARABIC {% endcomment %} {% elif player.language == "Arabic" %}

هل ترغب في مزيد من المعلومات حول هذه القضية؟


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

آیا درباره این موضوع اطلاعات بیشتری می‌خواهید؟


{% endif %} {% if player.language == "Arabic" or player.language == "Farsi" %}
{% endif %}


{% if player.language == "German" or player.language == "English" %} {% elif player.language == "Arabic" or player.language == "Farsi" %} {% endif %} {% endblock %} {% block script %} {% endblock %}