Files
2023-09-12 21:41:04 +02:00

3 lines
113 B
Twig

{% for i in 1..5 %}
<span class="otgs-ico-star{% if i <= filled %} full-star{% endif %}"></span>
{% endfor %}