{% set rating = service('rating').findRating(object_id,type) %}
{{ component('icons~star',{ color: 'text-orange-500 fill-orange-500', size: 'h-7 w-7' },'svg') }}
{{ rating.average|numberFormat(1) }}
{% if service('rating').isAllowed(object_id,type,service('access').getId(),client_ip) == true %}
{% endif %}