{% if item.privacy == 'public' %} Public {% elif item.privacy == 'unlisted' %} Unlisted {% elif item.privacy == 'followers' %} Followers-only {% else %} Private {% endif %}