{% load get_item %}
{% for i in 50|range_filter %} {% with key_title=i|make_key:"faq_title" %} {% with title=block.content|get_item:key_title %} {% if title %} {% with key_desc=i|make_key:"faq_desc" %} {% with desc=block.content|get_item:key_desc %}
{{ desc }}
{% endwith %} {% endwith %} {% endif %} {% endwith %} {% endwith %} {% endfor %}