{% 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 version page which has been answered before that a user can use to edit their answers.

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