{##
# Wholesale prices table
#}
{% apply spaceless %}
<div class="wholesale-prices {{ this.getFingerprint() }}">
{% if this.getWholesalePrices() %}
{{ widget_list('wholesale.price') }}
{% endif %}
</div>
{% endapply %}