2015-04-28 03:24:02 +00:00
{% extends 'notification/notice_template.html' %}
2016-05-11 14:41:50 +00:00
2012-07-09 15:33:21 +00:00
{% block comments_book %}
2017-10-28 22:33:58 +00:00
< a href = "{% url 'work' campaign.work_id %}" > < img src = "{{ campaign.work.cover_image_small }}" alt = "cover image for {{ campaign.work.title }}" / > < / a >
2012-07-09 15:33:21 +00:00
{% endblock %}
{% block comments_graphical %}
2012-11-16 15:07:45 +00:00
The campaign to unglue {{ campaign.work.title }} is almost over.
2012-07-09 15:33:21 +00:00
{% endblock %}
2012-04-10 17:09:51 +00:00
2012-07-09 15:33:21 +00:00
{% block comments_textual %}
The campaign for {{ campaign.work.title }} will end on {{ campaign.deadline }}. It needs ${{ campaign.left }} more before it can be unglued for all to enjoy.< br / > < br / >
2012-04-10 17:09:51 +00:00
2012-07-09 15:33:21 +00:00
{% if pledged %}
Your pledge is helping us reach that goal. Will you help again by sharing this campaign with your friends?
2012-11-16 15:07:45 +00:00
2012-07-09 15:33:21 +00:00
{% else %}
2017-10-28 22:33:58 +00:00
If you've been meaning to pledge, < a href = "{% url 'pledge' work_id=campaign.work_id %}" > now's your chance< / a > . You can also help by sharing this campaign with your friends.
2012-07-09 15:33:21 +00:00
{% endif %}
2012-07-16 17:47:18 +00:00
2017-10-28 22:33:58 +00:00
{% url 'work' campaign.work_id as work_url %}
2012-07-09 19:47:38 +00:00
{% include "notification/sharing_block.html" %}
2012-07-09 15:33:21 +00:00
Thank you!
{% endblock %}