{% extends "subsite.html" %} {% load crowdsourcing %} {% block content %} {% if survey_list %} {% for survey in survey_list %}

{{ survey.title }}

{{ survey.description }}

{% endfor %} {% endif %} {% endblock %}