templates/components/notation.html.twig line 1

Open in your IDE?
  1. <div class="notation">
  2.     {% for i in range(1, 5) %}
  3.         {% include 'icons/anchorHalf.html.twig' with {variant: rating >= i ? 'on' : (rating|round(0, 'ceil') >= i ? 'half': 'off')} %}
  4.     {% endfor %}
  5. </div>