{% 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, doclabel, fileContents) in previews %}
{{ doclabel|truncate(36, True) }} {% if numActiveDocs > 1 %}
Individual Options
{% endif %}
Individual Cutting Options
{% if fileContents is string %}
{{ fileContents|nl2br }}
{% elif fileContents is sequence %} {% for (segmentLabel, segmentString) in fileContents %}
{{ segmentLabel|truncate(30, True) }}
{{ segmentString }}
{% endfor %} {% endif %}
{% endfor %} {% endblock %} {% block actions %} Preview Cuts Apply Cuts Download Cut Files {% endblock %} { endblock }