{% load i18n %} {% load comment_tags %} {% url 'comment:toggle-subscription' as follow_url %} {% if user.is_authenticated %} {% include "comment/follow/follow_icon.html" %} {% else %} {% include "comment/follow/follow_icon.html" %} {% endif %}