{% extends "workflow/viewport-element.html" %} {% load staticfiles %} {% load bootstrap4 %} {% block content %} {% if unavailable %}

Please choose a config bundle first

{% else %}
{% csrf_token %}

Choose your installer:

{% bootstrap_field form.installer %}

Choose your scenario:

{% bootstrap_field form.scenario %}
{% endif %} {% endblock content %}