{% extends 'notification/notice_template.html' %}
{% load humanize %}
{% block comments_book %}
{% endblock %}
{% block comments_graphical %}
The campaign to unglue a book you've faved, {{ campaign.work.title}}, is close to succeeding!
{% endblock %}
{% block comments_textual %}
{% if pledged %}
Your pledge is helping us reach the campaign's target price of {{ campaign.target }}. Will you help again by sharing this campaign with your friends?
{% else %}
You can help us give this book to the world by pledging or by sharing this campaign with your friends.
{% endif %}
{% url 'work' campaign.work_id as work_url %}
{% include "notification/sharing_block.html" %}
Thank you!
{% endblock %}