{% load guard %} {% load i18n %} {% guard can_like target %} {% if can_like %} {% if is_editable %} {% if with_link %} {% if has_liked %} {% else %} {% endif %} {% endif %} {% endif %} {% if has_liked %} favorite {% if show_text %}{% trans "You like this" %}{% endif %} {% else %} {% if show_text %} {% if is_editable %} favorite_border {% trans "I like this" %} {% endif %} {% else %} favorite_border {% endif %} {% endif %} {% if show_count %} {{target.likes.count}} {% endif %} {% if is_editable %} {% if with_link %}{% endif %} {% endif %} {% else %} {% if show_count %} favorite_border {{target.likes.count}} {% endif %} {% endif %}