{% extends 'main_base.html.twig' %} {% block title %}Schulvorbereitung{% endblock %} {% block description %}Schulvorbereitung{% endblock %} {% block content %}
remove__icon
remove__icon

{{ shop3AktionButton.text }}

{{ themaUno.name }}

{{ themaUno.text|striptags }}

{% if app.user %} {% if app.user.userTyped.id == 3 %} {% set priceType = getUserTypeThemaPrices(app.user.id, themaUno.id) %}

Schülerexemplar

CHF {{ priceType|number_format(2)|default }}

Lehrerexemplar

CHF {{ themaUno.priceC|number_format(2)|default }}
{% endif %} {% endif %}
{% if app.user %} {% if app.user.userTyped.id == 1 %} {% if themaUno.priceA2 %}
CHF {{ themaUno.priceA2|number_format(2)|default }}
{% else %}
CHF {{ themaUno.price|number_format(2)|default }}
{% endif %} {% endif %} {% if app.user.userTyped.id == 2 %}
CHF {{ themaUno.priceB|number_format(2)|default }}
{% endif %} {% if app.user.userTyped.id == 3 %} {% endif %} {% else %} {% if themaUno.priceA2 %}
CHF {{ themaUno.priceA2|number_format(2)|default }}
{% else %}
CHF {{ themaUno.price|number_format(2)|default }}
{% endif %} {% endif %}
{# !!!! #}
    {% set themas = getThemaBereichAll(bereichId) %} {% set firstBTagDisplayed = false %} {% for item in themas %} {% if not firstBTagDisplayed %} {% set firstBTagDisplayed = true %}
    {{ item.bereich.lektion.name }} - {{ item.bereich.name }}
  • {% else %}
  • {% endif %} {% endfor %}
remove__icon

{{ shop3AktionButton.text }}

{{ themaUno.name }}

{{ themaUno.text|striptags }}

{% if app.user %} {% if app.user.userTyped.id == 3 %} {% set priceType = getUserTypeThemaPrices(app.user.id, themaUno.id) %}

Schülerexemplar

CHF {{ priceType|number_format(2)|default }}

Lehrerexemplar

CHF {{ themaUno.priceC|number_format(2)|default }}
{% endif %} {% endif %}
{% if app.user %} {% if app.user.userTyped.id == 1 %} {% if themaUno.priceA2 %}
CHF {{ themaUno.priceA2|number_format(2)|default }}
{% else %}
CHF {{ themaUno.price|number_format(2)|default }}
{% endif %} {% endif %} {% if app.user.userTyped.id == 2 %}
CHF {{ themaUno.priceB|number_format(2)|default }}
{% endif %} {% if app.user.userTyped.id == 3 %} {% endif %} {% else %} {% if themaUno.priceA2 %}
CHF {{ themaUno.priceA2|number_format(2)|default }}
{% else %}
CHF {{ themaUno.price|number_format(2)|default }}
{% endif %} {% endif %}
{% endblock %} {% block pageScript %} {% endblock %}