2015-04-28 03:24:02 +00:00
{% extends 'notification/notice_template.html' %}
2016-05-11 14:41:50 +00:00
2015-01-23 18:11:19 +00:00
{% load humanize %}
{% block comments_book %}
2015-04-28 03:24:02 +00:00
< a href = "{% url 'work' gift.acq.work.id %}" > < img src = "{{ gift.acq.work.cover_image_small }}" alt = "cover image for {{ gift.acq.work.title }}" / > < / a >
2015-01-23 18:11:19 +00:00
{% endblock %}
{% block comments_graphical %}
2015-01-28 19:48:28 +00:00
After more than 7 days, the gift you sent to {{ gift.to }} has not yet been redeemed.
2015-01-23 18:11:19 +00:00
{% endblock %}
{% block comments_textual %}
< p >
2015-01-28 19:48:28 +00:00
After more than 7 days, the gift you sent to {{ gift.to }} has not yet been redeemed.
2015-01-23 18:11:19 +00:00
< / p >
< p >
There are several possible reasons for this.
< / p >
< ul >
2015-01-28 19:48:28 +00:00
< li > The email address ({{ gift.acq.user.email }}) may have been incorrect.
2015-01-23 18:11:19 +00:00
< li > The recipient may have ignored the email with the information about the ebook.
2015-01-28 19:48:28 +00:00
< li > The email may have been filtered.
2015-01-23 18:11:19 +00:00
< li > The recipient might be on vacation. We'll check again in another week.
< / li >
< p >
Here's the URL that the recipient (and ONLY the recipient) should use to collect the book:
< / p >
2015-04-28 03:24:02 +00:00
< pre > https://{{ current_site.domain }}{% url 'receive_gift' gift.acq.nonce %}< / pre >
2015-01-23 18:11:19 +00:00
< p >
You can send the link yourself if to make sure that it gets to the right place.
< / p >
< p >
You can also "regift" the ebook to a different email address. Click on
2015-04-28 03:24:02 +00:00
< a href = "{% url 'receive_gift' gift.acq.nonce %}" > this link< / a > to do so.
2015-01-23 18:11:19 +00:00
< / p >
< p >
2015-04-28 03:24:02 +00:00
If you have any problems or questions, don't hesitate to contact < a href = "{% url 'feedback' %}?page={{request.build_absolute_uri|urlencode:" " } } " > Unglue.it support< / a > .< / p >
2015-01-23 18:11:19 +00:00
< p >
the Unglue.it team
< / p >
{% endblock %}