{% extends "base_prepare.html" %} {% set active_page = 'cut' %} {% block head %} {% endblock %} {% block title %}cutter{% endblock %} {% block options %}
{% endblock %} {% block previews %} {% for (fileID, filename, classlabel, fileContents) in previews %} {% 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 %}