{% load rating_tags %}
{% if user.is_authenticated %}
{% endif %}
{% with likes=object.likes.count %} like{{ likes|pluralize:'s' }}! {% endwith %}