<div class="{{ this.getFingerprint() }}">
{% if this.isSideWidget() %}
<span>{{ this.getRequestPriceText() }}</span>
{% else %}
<div class="{{ this.getCSSClass() }}"
title="{{ this.getRequestPriceTooltip() }}"
data-product-id="{{ this.getProduct().getProductId() }}"
data-request-by="{{ this.getRequestBy() }}"
data-phone="{{ this.getPhone() }}"
data-is-advanced-contact-form-enabled="{{ this.isAdvancedContactFormEnabled() }}"
data-toggle="tooltip">
<span>{{ this.getRequestPriceText() }}</span>
</div>
{% endif %}
</div>