{% extends "base.html" %} {% load compress %} {% load floppyforms %} {% load markup %} {% block title %} {{reply.observation.dyad.study.name}} {% if reply.is_preview %} PREVIEW of {{reply.asker}} {% endif %} {% endblock %} {% block progress %}
{% if page.asker.step_navigation %}
Save and Finish
{% endif %} {% if page.asker.show_progress %}

Page {{ page.progress_pages.0 }} of {{ page.progress_pages.1 }}

{% endif %}
{% endblock %} {% block breadcrumb %} {% endblock breadcrumb %} {% block base_content %}
{% csrf_token %} {% if form.non_field_errors %}

There were problems with this form:

{{ form.non_field_errors }}
{% endif %} {% if form.errors %}

There were problems with a number of the questions below:

{% endif %} {% if page.step_name %}

{{page.step_name}}

{% endif %} {% form form using "floppyforms/questionnaire.html" %}

{% if not page.is_last and not redbutton %} {% endif %} {% if redbutton %} {% endif %}

Click save, or press ctrl+enter to save your answers.

{% endblock %} {% block extrajs %} {% endblock %}