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


{% if player.language == "German" %}Hier finden Sie weitere Informationen zum Allgemeinen Gleichbehandlungsgesetz und zur Antidiskriminierungsstelle des Bundes: {% elif player.language == "English" %}Here you can find more information about the General Equal Treatment Act and the Federal Anti-Discrimination Agency: {% elif player.language == "Arabic" %}

‫تجد هنا مزيدًا من المعلومات حول القانون العام للمساواة في المعاملة ومكتب مكافحة التمييز التابع للولاية:

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

‫اینجا اطلاعات بیشتری درباره «قانون عمومی رفتار برابر» و «اداره فدرال پیشگیری از تبعیض» ارائه شده است:

{% endif %}
{% if player.language == "German" %} https://www.antidiskriminierungsstelle.de/DE/startseite/startseite-node.html {% elif player.language == "English" %} https://www.antidiskriminierungsstelle.de/EN/homepage/homepage-node.html {% elif player.language == "Arabic" %}

https://www.antidiskriminierungsstelle.de/AR/homepage/homepage-node.html

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

https://www.antidiskriminierungsstelle.de/EN/homepage/homepage-node.html

{% endif %}

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