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