{% extends "task-base.html" %} {% load static %} {% load q %} {% block title %} Next Question: {{q.spec.title}} | {{task.title}} {% endblock %} {% block head %} {% if q.spec.type == "longtext" %} {% endif %} {{block.super}} {% endblock %} {% block body %} {{block.super}}
Progress:
{% include "task-progress-question-list.html" with previous="question" %}