Files
paoloar77 57a396c374 - fix link bot for Test Envinroment
- If invite not exist, error message
- Username (where name and surname don't exists).
2022-02-09 19:48:39 +01:00

33 lines
667 B
Plaintext
Executable File

p Ciao,
p Ti avvisiamo che #{username} (#{name} #{surname}) ha appena cancellato la prenotazione per l'evento #{event}:
span #{participants}
span #{participantsLunch}
span #{participantsDinner}
span #{participantsDinnerShared}
p Cordiali Saluti
p Supporto #{nomeapp}
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;
}