Files
freeplanet_serverside/emails/admin/iscrizione_conacreis/it/html.pug

74 lines
2.2 KiB
Plaintext
Executable File

p #{name} #{surname} si è appena Iscritto al Conacreis su #{nomeapp}
p Con i seguenti dati di accesso:
span Nome: 
strong #{iscritto.name}<br>
span Cognome:&nbsp;
strong #{iscritto.surname}<br>
span Email:&nbsp;
strong #{iscritto.email}<br>
span Codice Fiscale:&nbsp;
strong #{iscritto.fiscalcode}<br>
span Indirizzo di Residenza:&nbsp;
strong #{iscritto.residency_address}<br>
span Città di Residenza:&nbsp;
strong #{iscritto.residency_city}<br>
span Provincia:&nbsp;
strong #{iscritto.residency_province}<br>
span CAP:&nbsp;
strong #{iscritto.residency_zipcode}<br>
span Nazione:&nbsp;
strong #{iscritto.residency_country}<br>
span Data di Nascita:&nbsp;
strong #{data_nascita}<br>
span Città di Nascita:&nbsp;
strong #{iscritto.born_city}<br>
span Provincia di Nascita:&nbsp;
strong #{iscritto.born_province}<br>
span Paese di Nascita:&nbsp;
strong #{iscritto.born_country}<br>
span Cellulare:&nbsp;
strong #{iscritto.cell_phone}<br>
span Abilita le Newsletter? :&nbsp;
strong #{iscritto.newsletter_on}<br>
span Metodo di Pagamento :&nbsp;
strong #{metodo_pagamento}<br>
span Motivazioni sul perchè intendi iscriverti alla CNM:&nbsp;
strong #{iscritto.motivazioni}<br>
span Descrivi le tue competenze e professionalità:&nbsp;
strong #{iscritto.competenze_professionalita}<br>
span Cosa potresti offrire?:&nbsp;
strong #{iscritto.cosa_potrei_offrire}<br>
span Cosa vorresti ricevere? (cosa ti aspetti?):&nbsp;
strong #{iscritto.cosa_vorrei_ricevere}<br>
span Scrivi altre eventuali informazioni o comunicazioni:&nbsp;
strong #{iscritto.altre_comunicazioni}<br>
span Come ci hai conosciuto?:&nbsp;
strong #{iscritto.come_ci_hai_conosciuto}<br>
p <br>Saluti
style(type="text/css").
html, body {
padding: 0;
margin: 0;
}
p {
font-size: 1rem;
}
.divbtn {
display: flex;
align-items: center;
justify-content: center;
}
.btn-lg {
padding: 5px;
margin: 5px;
font-size: 26px;
cursor: pointer;
color: white;
background: #027be3 !important;
border-radius: 28px;
}