{% autoescape off %} {% if questons_data_list %} {% for question in questons_data_list %}
{{question.label}}

{{question.question|slice:"0:70"}} {% if question.question|length > 70 %} ... {{question.question|slice:"70:"}} Read More {% endif %}

{% if question.options %} {% for option in question.options %} {%endfor%} {% endif %}
{%endfor%} {% endif %} {% endautoescape %}