{% extends "base_prepare.html" %} {% set active_page = 'cut' %} {% block head %} {% endblock %} {% block title %}cutter{% endblock %} {% block options %}
Default Cutting Options
Cut Set Labelling Options
{% endblock %} {% block previews %} {% for (fileID, filename, classlabel, fileContents) in previews %}
{{filename}}
Individual Options
Individual Cutting Options
{% if fileContents is string %}
{{fileContents}}
{% elif fileContents is sequence %} {% for (chunkLabel, chunkString) in fileContents %}
{{ chunkLabel }}
{{ chunkString }}
{% endfor %} {% endif %}
{% endfor %} {% endblock %} {% block submit %} You haven't filled out a sufficient number of input fields. You cannot enter a value of 0 for a input field. {% endblock %}