{{trans "First name: %name" name=$data.name}} {{trans "Last name: %lastname" lastname=$data.lastname}} {{trans "Email: %email" email=$data.email}} {{if data.telephone}}{{trans "Telephone: %telephone" telephone=$data.telephone}}{{/if}} {{if data.countryId}}{{trans "Country: %countryId" countryId=$data.countryId}}{{/if}} {{trans "Area of interest: %interestArea" interestArea=$data.interestArea}} {{trans "Comment: %comment" comment=$data.comment}}