{% extends "base.html" %} {% load i18n %} {% load satchmo_thumbnail %} {% load satchmo_price %} {% load satchmo_currency satchmo_category%} {% load satchmo_util %} {% block extra-head %} {% if product.meta %} {% endif %} {% endblock %} {% block navbar %} {% trans "Home" %} {% for name, url in product.category.all.0.get_url_name %} :: {{ name }} {% endfor %} {% endblock %} {% block sidebar %} {% trans "Shop Categories" %}
{% endblock %} {% block content %}

{% trans 'Gift Certificate' %}

{% autoescape off %}{{ product.translated_description }}{% endautoescape %}

{% trans "Price" %}:

{{ product.unit_price|currency }}

{% for pic in product.productimage_set.all %} {% endfor %} {% if error_message %}

{{ error_message }}

{% endif %}
{% trans "Quantity (multiply the gift certificate by this amount)" %}
{% trans 'Recipient Email (optional):' %}
{% trans 'Message (optional):' %}
{% endblock %}