{% load i18n click_to_call %}
{{ obj.code }} - {{ obj.name }}: {{ obj.date_begin }} - {{ obj.date_end }}
{% trans 'Status' %} |
{{ obj.get_status_display }} |
{% trans 'Code' %} |
{{ obj.code }} |
{% trans 'Name' %} |
{{ obj.name }} |
{% trans 'Currency' %} |
{{ obj.currency }} |
{% trans 'Type' %} |
{{ obj.pricelist_type }} |
{% trans 'Lists Prices' %}
{% trans 'List' %} |
{% trans 'Period' %} |
{% trans 'Price' %} |
{% trans 'Discount 1' %} |
{% trans 'Discount 2' %} |
{% trans 'Min Q.ty' %} |
{% trans 'Max Q.ty' %} |
{% for p in obj.prices.all %}
{{ p.price_list.name }} |
{{ p.get_date_begin }} - {{ p.get_date_end }} |
{{ p.price }} |
{{ p.discount1 }} |
{{ p.discount2 }} |
{{ p.min_quantity }} |
{{ p.max_quantity }} |
{% endfor %}