{# Rating component that can be used across different templates #} {% load static %} {% load booking_filters %}
{% with ''|center:5 as range %} {% for _ in range %} {% if forloop.counter <= rating|default:0 %} {% else %} {% endif %} {% endfor %} {% endwith %}
{% if show_count and count > 0 %} ({{ count|default:0 }}) {% endif %} {% if not show_rating %} {% if rating %}{{ rating }} out of 5 stars{% else %}No rating{% endif %} {% if show_count and count > 0 %}({{ count }} rating{{ count|pluralize:"s" }}){% endif %} {% endif %}
{% if interactive %} {% endif %}