{% load i18n %}

{% trans 'Prices' %}

{% if prices %}

{% trans 'Existing prices' %}

{% for price in prices %} {% endfor %}
{% trans 'Priority' %} {% trans 'Price' %}
{% for criterion_object in price.criteria_objects.all %}
{{ criterion_object.criterion }}
{% endfor %}
{% endif %}