{% 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 }}
${{ work.last_campaign.target }} needed by
{{ work.last_campaign.deadline }}
{% comment %}
Even there is a CampaignPledgeForm in frontend/forms.py , the "widget" for premium_id is implemented in HTML here for now.
{% endcomment %}