{% extends "base.html" %} {% load static %} {% block content %}
{% for entry in object_list %}
Loading ...
{% endfor %}
{% endblock %} {% block survey_bodyscripts %} {% endblock %}