updated default templates
This commit is contained in:
		
							parent
							
								
									250b9aeb03
								
							
						
					
					
						commit
						69139b6afc
					
				| 
						 | 
					@ -5,15 +5,23 @@
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
<legend>Request Summary</legend>
 | 
					Dear Mr/Mrs {{.Name}},
 | 
				
			||||||
 | 
					Thank you to have contacted our customer service.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<legend>Summary of your request</legend>
 | 
				
			||||||
<ul>
 | 
					<ul>
 | 
				
			||||||
        <li>Name: {{.Name}}</li>
 | 
					  <li>Name: {{.Name}}</li>
 | 
				
			||||||
        <li>Email: {{.Email}}</li>
 | 
					  <li>Email: {{.Email}}</li>
 | 
				
			||||||
        <li>Organization: {{.Organization}}</li>
 | 
					  <li>Organization: {{.Organization}}</li>
 | 
				
			||||||
        <li>Subject: {{.Subject}}</li>
 | 
					  <li>Subject: {{.Subject}}</li>
 | 
				
			||||||
        <li>Message: {{.Message}}</li>
 | 
					  <li>Message: {{.Message}}</li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					We'll get back to you to you within the next 48 hours.
 | 
				
			||||||
 | 
					Kind regards,
 | 
				
			||||||
 | 
					--
 | 
				
			||||||
 | 
					The Customer Service Team
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,28 +5,29 @@
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
<p>Dear {{.Name}},</p>
 | 
					<p>Dear Mr/Mrs {{.Name}},</p>
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
Thank you for your interest in our products. Please find below information to get access to the demo platform.
 | 
					Thank you for your interest in our products. 
 | 
				
			||||||
 | 
					You'll find below information to get access to the demo platform.
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<ul>
 | 
					<ul>
 | 
				
			||||||
        <li>URL: <a href="{{.DemoURL}}">{{.DemoURL}}</a></li>
 | 
					        <li>URL: <a href="{{.DemoURL}}">{{.DemoURL}}</a></li>
 | 
				
			||||||
        <li>Login: demo</li>
 | 
					        <li>Login: demo</li>
 | 
				
			||||||
        <li>Password: 95t8aLLj</li>
 | 
					        <li>Password: password</li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
<p>Enjoy and don't hesitate to contact us if you do have any feedback.</p>
 | 
					<p>Enjoy and don't hesitate to contact us if you do have any feedback.</p>
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
Kind regards,<br/>
 | 
					Kind regards,<br/>
 | 
				
			||||||
The Product Team
 | 
					The Customer Service Team
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<hr />
 | 
					<hr />
 | 
				
			||||||
<legend>Request Summary</legend>
 | 
					<legend>Summary of your request</legend>
 | 
				
			||||||
<ul>
 | 
					<ul>
 | 
				
			||||||
        <li>Name: {{.Name}}</li>
 | 
					  <li>Name: {{.Name}}</li>
 | 
				
			||||||
        <li>Email: {{.Email}}</li>
 | 
					  <li>Email: {{.Email}}</li>
 | 
				
			||||||
        <li>Organization: {{.Organization}}</li>
 | 
					  <li>Organization: {{.Organization}}</li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in New Issue