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

{{ shopAktionButton.text }}

{{ modul.text|raw }}

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

Schülerexemplar

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

Lehrerexemplar

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

{{ modul.productTitle }}

pdf__photo

{{ shopAktionButton.text }}

{{ modul.text|raw }}

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

Schülerexemplar

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

Lehrerexemplar

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