Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Nov 20, 2023
1 parent ccbd255 commit 85190f7
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,31 +109,31 @@ You can create your own email templates for the booking events(confirm, refuse,
The temlates are being saved in the PrenotazioniFolder object.

The template variables list:
${title} - booking title.
${booking_gate} - booking gate.
${booking_human_readable_start} - booking human readable start.
${booking_date} - booking date.
${booking_end_date} - booking end date.
${booking_time} - booking time.
${booking_time_end} - booking time end.
${booking_code} - booking code.
${booking_type} - booking type.
${booking_print_url} - booking print url.
${booking_url_with_delete_token} - booking url with delete token.
${booking_user_phone} - booking user phone.
${booking_user_email} - booking user email.
${booking_user_details} - booking user details.
${booking_office_contact_phone} - booking office contact phone.
${booking_office_contact_pec} - booking office contact pec.
${booking_office_contact_fax} - booking office contact fax.
${booking_how_to_get_to_office} - booking how to get to office.
${booking_office_complete_address} - booking office complete address.
${booking_user_details} - booking user details
${booking_requirements} - booking requeirements.
${prenotazioni_folder_title} - prenotazioni folder title.
${booking_user_details} - booking details.
${booking_requirements} - booking_requirements
${prenotazioni_folder_title} - PrenotazioniFolder title
* `${title}` - booking title.
* `${booking_gate}` - booking gate.
* `${booking_human_readable_start}` - booking human readable start.
* `${booking_date}` - booking date.
* `${booking_end_date}` - booking end date.
* `${booking_time}` - booking time.
* `${booking_time_end}` - booking time end.
* `${booking_code}` - booking code.
* `${booking_type}` - booking type.
* `${booking_print_url}` - booking print url.
* `${booking_url_with_delete_token}` - booking url with delete token.
* `${booking_user_phone}` - booking user phone.
* `${booking_user_email}` - booking user email.
* `${booking_user_details}` - booking user details.
* `${booking_office_contact_phone}` - booking office contact phone.
* `${booking_office_contact_pec}` - booking office contact pec.
* `${booking_office_contact_fax}` - booking office contact fax.
* `${booking_how_to_get_to_office}` - booking how to get to office.
* `${booking_office_complete_address}` - booking office complete address.
* `${booking_user_details}` - booking user details
* `${booking_requirements}` - booking requeirements.
* `${prenotazioni_folder_title}` - prenotazioni folder title.
* `${booking_user_details}` - booking details.
* `${booking_requirements}` - booking_requirements
* `${prenotazioni_folder_title}` - PrenotazioniFolder title


Creating the hidden booking types
Expand Down

0 comments on commit 85190f7

Please sign in to comment.