{% extends "base.html" %} {% block content %}
{% include 'flashed_messages.html' %}

Module: {{selected_module}}

Please fill this general selectable form, then proceed to finetune configuration parameters below.
Template
Hardware
Docker tag You should choose the appropriate tag for your selected hardware.
Run


{% if template['enable_config_form'] is defined and template['enable_config_form'] is sameas true %} {% include 'config_form.html' %} {% else %} {% include 'default_form.html' %} {% endif %}
{% endblock %}