{% load flagging %} {% if request.user.is_authenticated %}

Flag this project as ( {% if not project|flagged_with:"inappropriate" %}Inappropriate |{% endif %} {% if not project|flagged_with:"spam" %}Spam |{% endif %} {% if not project|flagged_with:"duplicate" %}Duplicate{% endif %} )

{% endif %}