- {% for result in results %} - {% if result.open_group and not only_template %}
{% endif %} - {% set index = loop.index %} - {% include get_result_template('simple', result['template']) %} - {% if result.close_group and not only_template %}
{% endif %} - {% endfor %} - {% if not results and not answers %} - {% include 'simple/messages/no_results.html' %} - {% endif %} -