{% for result in results %}
{% if result.creator_image %} {% endif %}
{% if result.creator_name %} {% if result.link %} {{ result.creator_salutation }} {{ result.creator_name }} {% else %} {{ result.creator_salutation }} {{ result.creator_name }} {% endif %} {% endif %}
{% if result.rating|round == 1 %}
{% endif %} {% if result.rating|round == 2 %}
{% endif %} {% if result.rating|round == 3 %}
{% endif %} {% if result.rating|round == 4 %}
{% endif %} {% if result.rating|round == 5 %}
{% endif %} {% if result.rating %}
{{result.rating}} / 5
{% endif %}
{% endfor %} {% if overview %} Alle anzeigen {% endif %}