{{extend 'layout.html'}}

Edit Questions for {{=survey.title}}

    {{for i,row in enumerate(rows):}}
  • {{=A("%s"%(row.question.title),_href=URL(r=request,args=[survey.id,row.question.id]))}}
  • {{pass}}
{{if question_id:}} {{pass}} {{=A(IMG(_src=URL(r=request,c='static',f='surveys/append_question.png')),_href=URL('append_question',args=request.args))}}
{{=form}}