+ {{ start_form.csrf_token }}
+ {{ start_form.data_url.label }}
+ {{ start_form.data_url(class="form-control", **{'aria-describedby': 'urlHelp'}) }}
+
{{ start_form.data_url.description }}
+
+ {% if start_form.data_url.errors %}
+
+ {% for error in start_form.data_url.errors %}
+ - {{ error }}
+ {% endfor %}
+
+ {% endif %}
+
+ {{ start_form.separator_sel.label }}
+ {{ start_form.separator_sel(class="form-control", **{'aria-describedby': 'sep_help'}) }}
+
{{ start_form.separator_sel.description }}
+
+ {{ start_form.encoding_sel.label }}
+ {{ start_form.encoding_sel(class="form-control", **{'aria-describedby': 'enc_help'}) }}
+
{{ start_form.encoding_sel.description }}
+
+
+