%page expression_filter="h"/>
<%inherit file="../main.html" />
<%namespace name='static' file='../static_content.html'/>
<%!
import six
from django.utils.translation import ugettext as _
from django.urls import reverse
from django.utils import html
from openedx.core.djangolib.markup import Text, HTML
%>
<%block name="pagetitle">${_("User Survey")}%block>
<%block name="bodyclass">view-survey%block>
<%block name="js_extra">
%block>