regluit/frontend/templates/notification/wishlist_near_target/full.txt

13 lines
1.2 KiB
Plaintext
Raw Normal View History

2016-05-11 14:41:50 +00:00
{% load humanize %}The campaign to unglue a book you've faved, {{ campaign.work.title}}, is close to succeeding! We only need to raise ${{ campaign.left|intcomma }} more by {{ campaign.deadline }} in order to give this book to the world.
2012-04-25 02:44:19 +00:00
2012-05-12 15:58:33 +00:00
{% if pledged %}
Your pledge of {{ amount|intcomma }} is helping {{ campaign.work.title }} to reach its goal, but we can only unglue this book if the campaign succeeds. You can tip the balance by sharing the campaign (https://{{ current_site.domain }}{% url 'work' work_id=campaign.work_id %}) with your friends through your favorite media: tweet, Facebook, Tumblr, blog, G+, Pinterest, email, carrier pigeon, or good old-fashioned conversation.
2012-05-12 15:58:33 +00:00
{% else %}
We need your pledge to reach this target. Any amount helps. You can chip in towards giving this book to the world at https://{{ current_site.domain }}{% url 'pledge' work_id=campaign.work_id %} .
2012-05-12 15:58:33 +00:00
You can also help by sharing the campaign (https://{{ current_site.domain }}{% url 'work' work_id=campaign.work_id %}) with your friends through your favorite media: tweet, Facebook, Tumblr, blog, G+, Pinterest, email, carrier pigeon, or good old-fashioned conversation.
2012-05-12 15:58:33 +00:00
{% endif %}
2012-04-25 02:44:19 +00:00
2012-05-12 15:58:33 +00:00
Thank you!
{{ campaign.rightsholder }} and the Unglue.it team