{% extends "base_prepare.html" %} {% set active_page = 'cut' %} {% block head %} {% endblock %} {% block title %}cutter{% endblock %} {% block options %}
Default Cutting Options

Cut documents on this term
{% 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 (segmentLabel, segmentString) in fileContents %}
{{ segmentLabel }}
{{ segmentString }}
{% endfor %} {% endif %}
{% endfor %} {% endblock %} {% block actions %} {% endblock %}