Home > BOOKING > Templates > Step by Step Guide to variables in a standard Booking Itinerary

Step by Step Guide to variables in a standard Booking Itinerary

(work in progress)

* To make sure linebreaks are respected in any textfield-variable, add this code to the variable:
[% ph….| html | html_line_break %]

examples:
[% ph.notes | html | html_line_break %]
[% ph.line_up | html | html_line_break %]

If you want to add the name of who created this Itinerary, you can add one or more of the following variables:

[% ph.staff %]

[% ph.staff_fullname %]
[% ph.staff_phone1 %]
[% ph.staff_phone2 %]
[% ph.staff_email %]

[%- FOREACH contact = travel.contacts -%]

[% contact.name %] /
Booking Ref: [% contact.code %]

[%- END -%]

format UPPER case and lower case
to display ph.tags all in upper case: [% ph.artist | upper %] : SUPERAKI
to display ph.tags all in lower case: [% ph.artist | lower %] : superaki