{% if not request.user.is_anonymous %}
{% if request.user.profile.goodreads_user_link %}
{% endif %}
{% if request.user.profile.librarything_id %}
{% endif %}
{% endif %}
{{ work.last_campaign.supporters.count }} Ungluers have pledged ${{ work.last_campaign.current_total }}
Campaign in Progress: ${{ work.last_campaign.current_total }}/${{ work.last_campaign.target }}
{% comment %}
Even there is a CampaignPledgeForm in frontend/forms.py , the "widget" for premium_id is implemented in HTML here for now.
{% endcomment %}