1Dear {title} {firstname} {lastname},<br />
2<br />
3thank you for ordering {item_name} at {datetime}!<br />
4<br />
5Provided data:<br />
6<br />
7Title: {title}<br />
8First name: {firstname}<br />
9Last name: {lastname}<br />
10Street + nr: {street}<br />
11Postcode: {postcode}<br />
12Place: {place}<br />
13Country: {country}<br />
14Remarks: {remarks}<br />
15<br />
16Price information:<br />
17--------------------------------------------------<br />
18Ticket price: {price} {currency}<br />
19Number of tickets: {nr_tickets}<br />
20Porto: {porto} {currency}<br />
21--------------------------------------------------<br />
22Total price: {total_price} {currency}<br />
23--------------------------------------------------<br />
24<br />
25Please transfer {total_price} {currency} to the following bank account:<br />
26<br />
27{bank_account}<br />
28<br />
29!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
30Please do not forget to include the
31following transaction comment <br />
32!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
33Ticket Number: {ticket}<br />
34!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
35<br />
36Your order will be sent as soon as the transaction has been successfully completed.<br />
37<br />
38{signature}<br />