{% extends 'layouts/base.html' %} {% load i18n %} {% load pyaa %} {% load pyaa_customer %} {% load pyaa_format %} {% load static %} {% block content %} {% url 'shop_checkout' 'product-purchase' product.token as url_shop_checkout %}
{% trans "model.field.price" %}
{{ product.price|format_currency:product.currency }}
{{ file.name }}
{% if file.description %}{{ file.description }}
{% endif %}