1 {% extends "workflow/viewport-element.html" %}
9 <h1>Please choose a config bundle first</h1>
12 <form id="step_form" method="POST" class="form">
14 <p>Choose your installer:</p>
15 {% bootstrap_field form.installer %}
16 <p>Choose your scenario:</p>
17 {% bootstrap_field form.scenario %}
22 {% endblock content %}