{% import "admin/Macros/Buttons/_button.html.twig" as button %} {% set langs = getLangs() %} {% block stylesheets %} {% endblock %}
1

Prüfungsstunde

Prüfungskursauswahl
2

Inhalt

Prüfungsinhalt
3

Modul

Modul hinzufügen
4

Extra

Extra hinzufügen

Prüfung - Kursbeziehung

Prüfung - Kursbeziehung
Prüfungsjahr - {{ yearsSelect.year }}
{#
#}

Prüfungstyp

{% for examItem in exam %}
{{ examItem.name }} {{ yearsSelect.year }}
{% if loop.index == 1 %}
{% endif %} {% endfor %}

Fach

aktiv/passiv
{% for lessonItem in lesson %}
{{ lessonItem.exam.name }} {{ yearsSelect.year }} - {{ lessonItem.name }}

{% endfor %}

Inhalt

Prüfung - Kursinhalt
Speichern

Bild

Titel

Text

Höhe

Prices (CHF)

Bearbeiten

Modul

Modul hinzufügen
{#
{% include "admin/Main/Product/_modul_form.html.twig" %}
#}

Extra

Extra hinzufügen
{% include "admin/Main/Product/_extra_form.html.twig" %}
{#{{ button.button_submit() }}#} {% block javascripts %} {% endblock %}