{% extends 'base.html' %} {% block body %}
{% include 'setup_help.html' %}

Labeling Config


{% if input_values %}
{% for key in input_values %} {{key}} {% endfor %}
{% endif %}

Interface Preview

...

Input Task Preview

...

Output Completion Preview

...

Saving label config ...
{% for category in templates %} {% for t in templates[category] %} {% autoescape off %} {% endautoescape %} {% endfor %} {% endfor %}
{% endblock %}