{# Renders a block of rating info without a possibility to submit a rating package - The package for which the rating is displayed {% snippet "rating/snippets/rating_inactive.html", package=pkg %} #} {% if h.show_rating_in_type(package.type) %}
{% block general_rating %}

{{ _('Rating') }}

{% snippet "rating/snippets/stars_inactive.html", package=package %}
{% endblock %}
{% endif %}