{% extends "gift_registry/base.html" %} {% block main_content %}

Back to Gifts

{{ object }}

{% if object.image %} {% else %} {% endif %}

{{ object.desc }}

{% if object.url %}

{{ object.url }}

{% endif %} {% if object.bookable %}
{% csrf_token %}

To choose this gift, enter your email address and select "Choose". We'll send you an email to confirm your choice. {{ giver_form.as_p }}

{% else %}

Someone has already chosen this gift.

{% endif %} {% endblock %}