2022-02-09 19:48:39 +01:00
|
|
|
p #{username} (#{name} #{surname}) si è appena Registrato su #{nomeapp}
|
2019-10-05 20:01:56 +02:00
|
|
|
p Con i seguenti dati di accesso:
|
|
|
|
|
span Username:
|
|
|
|
|
strong #{username}<br>
|
2022-02-09 19:48:39 +01:00
|
|
|
span Email:
|
|
|
|
|
strong #{emailto}<br>
|
2022-02-28 17:20:47 +01:00
|
|
|
span Invitante:
|
|
|
|
|
strong #{aportador_solidario}<br>
|
2020-01-03 01:52:49 +01:00
|
|
|
span Nome:
|
|
|
|
|
strong #{user.name}<br>
|
|
|
|
|
span Cognome:
|
|
|
|
|
strong #{user.surname}<br>
|
|
|
|
|
span Cellulare:
|
|
|
|
|
strong #{user.profile.intcode_cell} #{user.profile.cell}<br>
|
|
|
|
|
span Nazionalità:
|
|
|
|
|
strong #{user.profile.nationality}<br>
|
2019-10-05 20:01:56 +02:00
|
|
|
p <br>Saluti
|
|
|
|
|
|
|
|
|
|
style(type="text/css").
|
|
|
|
|
html, body {
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
|
|
|
|
|
}
|