{{if ((priceDisplay*1 !== ltPromotionPriceDisplay*1) && ((visitorDiscountAuth == "hasDicount" && isDiscountBetween0and10 == "true") || (isUmpOffer == "true" && isLimitedTimePromotion == "true")))}}
<dl class="d-price-discount">
    <dt>{{if (discount && !(isUmpOffer == "true" && isLimitedTimePromotion == "true"))}}{{discount}}折 {{/if}}</dt>
    {{each discountPriceRanges as price}}
    <dd><span class="fd-cny">&yen;</span>{{price.convertPrice}}</dd>
    {{/each}}
</dl>
<dl class="d-price-original">
    <dt>原价</dt>
    {{each priceRanges as price}}
    <dd><span class="fd-cny">&yen;</span><del>{{price.price}}</del></dd>
    {{/each}}
</dl>
{{else}}
<dl class="d-price-discount">
    <dt></dt>
    {{each priceRanges as price}}
    <dd><span class="fd-cny">&yen;</span>{{price.price}}</dd>
    {{/each}}
</dl>
{{/if}}
<ul class="d-price-quantity">
     {{each priceRanges as price}}
    <li>{{if (price.begin == 0)}}1{{else}}{{price.begin}}{{/if}}{{unit}}{{if ($index == 0)}}起批{{/if}}</li>
    {{/each}}
</ul>
