{% load cms_tags i18n %} {% load url from future %}
{% for question in object_list %} {% render_model question "title" %} {% empty %}

{% trans "No entry found." %}

{% endfor %}