{% extends 'oahpa.html' %} {% load i18n %} {% load goal_filters %} {% load staticfiles %} {% get_current_language as LANGUAGE_CODE %} {% block main_js %}{% endblock %} {% block extrajs %} {% endblock %} {% block page_class %}fixed{% endblock %} {% block imgprefix %}numra{% endblock %} {% block content %}

{% blocktrans %}No surveys to fill out at this time.{% endblocktrans %}

{% if redirect %} {% blocktrans %}Return to your course overview.{% endblocktrans %} {% endif %}
 

<% survey.title %>

<% survey.description %>


 
Thank you!

{% blocktrans %}If you have time for one more survey, you may fill it out by clicking next.{% endblocktrans %}

Next →
{% if redirect %} {% blocktrans %}Return to your course overview.{% endblocktrans %} {% endif %}
Error

<% form_error %>

  • <% error %>
{% endblock %} {# vim: set ts=4 sw=4 tw=0 syntax=htmldjango : #}