{% verbatim %}

    <script data-b2c-component-valores-sidebar type="text/x-handlebars-template">
        <div class="preco-total">
            <form class="book-form custom-form">
                {{#getStMostrarPreco}}
                    <div class="total-coast fl-wrap">
                        <strong>{{__ 'total'}}</strong>
                        <span>{{toMoeda vlPagamento sgMoeda}}</span>
                    </div>
                {{/getStMostrarPreco}}

                {{#ifStDisponivelReserva }}
                    <button class="button" data-b2c-btn-continuar="{{action}}">
                        <span class="text">
                            {{#getStOrcamento }}
                                {{__ 'solicitarOrcamento'}}
                            {{/getStOrcamento}}
                            {{#getIsNotStOrcamento }}
                                {{__ 'comprar'}}
                            {{/getIsNotStOrcamento}}
                        </span>
                        <span class="spinner">
                            <div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div>
                        </span>
                    </button>
                    </button>
                {{/ifStDisponivelReserva }}
                {{#ifNotStDisponivelReserva }}
                    <button class="button esgotado" onclick="return false;">{{__ 'esgotado'}}</button>
                {{/ifNotStDisponivelReserva }}
            </form>
        </div>
    </script>

{% endverbatim %}
