{# vim: set shiftwidth=2 tabstop=2: #} {% extends "base.html" %} {% block head_stuff %} {% if fb_css %} {% endif %} {% if fb_js %} {% endif %} {% endblock %} {% block body_attrs %} class="solution fullwidth" {% endblock %} {% block main_content %}

Ocean Server for {{course_name}} {{semester}}

Back to the dashboard

Solution code for {{ps.id}} {{task.id}}

{{ due_at(ps["status"]) }} {{ countdown(ps["status"]) }}

{# Commenting out the download link for solutions for now...

Download as {{task["filename"]}}

#}
{{rendered_soln|safe}}
{% endblock %}