{% extends "base/base.html" %} {% block title %} [BETA] Build a specification {% endblock title %} {% block page_heading %} [BETA] Build a specification {% endblock page_heading %} {% block page_subheading %} Experimental features on this page {% endblock page_subheading %} {% block main_content %} {% load static %}
Return to specification page
{% include "../base/alert_messages.html" with messages=messages %}

Start with your assessment .pdf

{% include "Preparation/source_item_view.html" with src=source %}
{% if pdf_image_dict %}

Pages selected:
{% for index, image_string in pdf_image_dict.items %}
{% endfor %}
{% endif %}








{% endblock main_content %}