{% extends "base/base.html" %} {% load static %} {% block title %} Solutions {% endblock title %} {% block page_heading %} Solutions {% endblock page_heading %} {% block main_content %}
Solution specification
{% if is_there_a_soln_spec %} Solution source pdfs {% else %} Cannot upload solution pdfs until you have a solution specification. {% endif %}
{% if all_soln_pdf_present %} Build solutions {% else %} Cannot build individual solution pdfs until all solution sources are uploaded. {% endif %}
{% endblock main_content %}