{% load djmoney %} {% load thumbnail %} {% load cache %} {% cache price_preview_cache_time cached_price_list_preview %}

{{config.price_list_title}}

{% for price in list_price %}
...

{% money_localize price.cost %}

{{price.title}}

{{price.description|safe}}

{% endfor %}
{% endcache %}