{% load activity_tags %} {% comment %} Simple template that outputs a outlined or filled star signalling wether the `user` follows the `target` and allows to click to follow/unfollow {% endcomment %} {% if user|is_following:target %} {% else %} {% endif %}