{% extends "dform/base.html" %} {% load staticfiles %} {% block title %}{{title}}{% endblock title %} {% block contents %}

{{title}}

Link to Survey with Answers

The following is a link to a stand-alone survey page which has been answered before.

<a href="{{survey_url}}">{{version.survey.name}}</a>
{% endblock contents %}