{% extends 'registration/registration_base.html' %} {% block title %}Welcome to Unglue.It{% endblock %} {% block doccontent %}

Your new book, "{{ work.title }}" from {{ gift.giver.username }}, is waiting for you. Download it here.

From {{ gift.giver.username }}:

{{ gift.message|linebreaksbr }}

{% ifequal message 'newuser' %} {% if passmessage %}

Thanks for setting your password and username. Your new book is on your favorites list for you.

{% else %}

If you want download your ebook later, you need to set a password, and you may want to pick your own username. We've put it on your favorites list for you.

{% endif %} {% if form %}
{% csrf_token %} {{ form.as_p }}
{% endif %} {% endifequal %} {% ifequal message 'existing' %}

Your new book has been put on your favorites list for you.

{% endifequal %}
Or you can change your usernamebrowse free bookssend us feedbackmanage your contact preferences
{% endblock %}