mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
8 lines
255 B
Twig
8 lines
255 B
Twig
<div class="timeline">
|
|
{% for result in results %}
|
|
<div class="timeline-item {% if loop.index0 is even %}even{% else %}odd{% endif %}">
|
|
{% include result.template with result.template_data %}
|
|
</div>
|
|
{% endfor %}
|
|
</div>
|