{% load i18n cyclope_utils ratings_tags %} {% if CYCLOPE_SITE_SETTINGS.enable_ratings %} {% get_rating_form for current_object as rating_form %} {% if request.user.is_authenticated %}
{% csrf_token %} {{ rating_form }}
{% else %} {{ rating_form }} {% endif %} {% endif %}