{% extends "base/base.html" %} {% load static %} {% block title %} Solution source pdfs {% endblock title %} {% block page_heading %} Solution source pdfs {% endblock page_heading %} {% block main_content %}
Return to solutions page
{% if dupes_warning %}

Warning: duplicate files detected. Please double-checked whether you have uploaded the correct solution files: perhaps you uploaded the same file twice?

{% endif %}

Note that deleting a solution source pdf will invalidate any built solution pdfs.

{% for soln in soln_sources %}
{% include "Finish/soln_item_view.html" with soln=soln %}
{% endfor %}
{% endblock main_content %}