{{ _('Search results') }}
{% if corrections %}
                {{ _('Try searching for:') }}
                {% for correction in corrections %}
                    
                {% endfor %}
            
            {% endif %}
            {% if answers %}
            {% for answer in answers %}
            
                {{ answer }}
            
            {% endfor %}
            {% endif %}
            {% for result in results %}
            
                {% set index = loop.index %}
                {% if result.template %}
                    {% include get_result_template('oscar', result['template']) %}
                {% else %}
                    {% include 'oscar/result_templates/default.html' %}
                {% endif %}
            
            {% endfor %}
            {% if not results and not answers %}
                {% include 'oscar/messages/no_results.html' %}
            {% endif %}
            
            {% if paging %}
            {% if rtl %}