Amount
                                    
 
                                    {% if isDiscount %}
                                    
                                        Discount Amount
                                    
 
                                    
                                        Final Amount
                                    
                                    {% endif %} 
                                    {% if service %}
                                    
                                        {{service}}
                                    {%endif%}
                                                                          
                                
                                
                                    
                                        $ {{amount}} USD = ₹ {{amtINR}} INR
                                    
                                    {% if isDiscount %}
                                    
                                        $ {{totalDiscount}} USD = ₹ {{totalDiscountINR}} INR
                                    
                                    
                                        $ {{finalAmount}} USD = ₹ {{finalAmountINR}} INR
                                    
                                    {% endif %}
                                
                                
                                
                                    
                                
                                {% if message %}
                                {% for msg in message %}
                                
                                    {{msg}}
                                
 
                                {% endfor %}
                                
                                
                                    
                                
                                {% endif %}
                                
                                    
                                        Have a promo code? Enter Here
                                    
                                    
                                
                                    
                                    
                                
                                {%endif%}