{% extends "base/base.html" %} {% load static %} {% block title %} Rectangles from v {{ version }} p {{ page_num }} {% endblock title %} {% block page_heading %} Rectangles from v {{ version }} p {{ page_num }} {% endblock page_heading %} {% block main_content %}
Return to choose version/question
Preview of extracted rectangles for Version {{ version }} page {{ page_num }}
{% if mcq_crop_preview_error %}
{{ mcq_crop_preview_error }}
{% endif %} {% if mcq_crop_boxes and papers %}
Preview of extracted MCQ option boxes
{% for box in mcq_crop_boxes %}{% endfor %} {% for pn in papers %} {% for box in mcq_crop_boxes %} {% endfor %} {% endfor %}
Paper{{ box.label }}
{{ pn }}
{% endif %} {% if question_type == "MCQ" %}
{% csrf_token %} {% for hidden in clustering_job_form.hidden_fields %}{{ hidden }}{% endfor %} {{ clustering_job_form.choice.as_hidden }}
{% else %} {% endif %} {% if papers %}

{% else %}

There are no papers with version {{ version }} of page {{ page_num }}. This could be because

{% endif %}
{% endblock main_content %}