{# This template is shared between Django and AngularJS #} {% load i18n djng_tags %} {% angularjs ng %}

{{ product.product_name }}

{{ product.media }}
{% trans "Price" %}: {{ product.price }} {% if ng %}{% else %}{{ product.caption|safe }}{% endif %}
{% endangularjs %}