{% comment %} This partial template can be included to display a list of SAMPLEMULTI questionnaires. Required attributes: - list_values {% endcomment %} {% for list_entry in list_values %} {% include "questionnaire/partial/list_item.html" with item=list_entry %} {% empty %}

No SAMPLEMULTI questionnaires found.

{% endfor %}