{% load feed_tags %} {% with object=category %} {% with followed=object|is_followed_by:user %} {% if followed %}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %} {% endwith %} {% endwith %}