regluit/frontend/templates/notification/purchase_notgot_gift/notice.html

44 lines
1.5 KiB
HTML
Raw Normal View History

2015-01-23 18:11:19 +00:00
{% extends "notification/notice_template.html" %}
{% load humanize %}
{% block comments_book %}
<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>
{% endblock %}
{% block comments_graphical %}
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>
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>
<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.
<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>
<pre>https://{{ current_site.domain }}{% url receive_gift gift.acq.nonce %}</pre>
<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
<a href="{% url receive_gift gift.acq.nonce %}">this link</a> to do so.
</p>
<p>
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 %}