 
            {{timerText}}
    
                {{$t("Pay with")}}
            
        
                {{ srvModel.storeName }}
            
            
                {{ srvModel.itemDesc }}
            
        
                {{ srvModel.btcPaid }} {{ srvModel.cryptoCode }}
            
            
                {{ srvModel.btcDue }} {{ srvModel.cryptoCode }}
            
            
                1 sat = {{ srvModel.rate }}
                1 {{ srvModel.cryptoCode }} = {{ srvModel.rate }}
            
        
            {{$t("NotPaid_ExtraTransaction")}}
        
        {{$t("Order Amount")}}
                {{srvModel.orderAmount}} {{ srvModel.cryptoCode }}
            
                    {{srvModel.orderAmountFiat}}
                
            
                    {{$t("Network Cost")}}
                
                
                    
                        {{ srvModel.networkFee }} {{ srvModel.cryptoCode }}
                    
                    
                        {{$t("txCount", {count: srvModel.txCount})}} x {{ srvModel.networkFee }} {{ srvModel.cryptoCode }}
                    
                
            
                    {{$t("Already Paid")}}
                
                -{{srvModel.btcPaid }} {{ srvModel.cryptoCode }}
            {{$t("Due")}}
                {{srvModel.btcDue}} {{ srvModel.cryptoCode }}