Files
freeplanet_serverside/emails/admin/iscrizione_conacreis/it/html.pug
2021-05-10 01:50:40 +02:00

56 lines
1.4 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 #{iscritto.dateofbirth}<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>
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;
}