[#if hasPricetag]
    [#assign priceTag = Emolumento + ": " + money.total(serviceRequestPrice)]
[#else]
    [#assign priceTag = ""]
[/#if]
