{% extends 'price/base.html' %} {% load djmoney %} {% load thumbnail %} {% block content %}
{% for price in list_price %}
...

{% money_localize price.cost %}

{{price.title}}

{{price.description|safe}}

{% endfor %}
{% endblock content %}