Help: EMS Print Remaining Ticket Template
For more help, visit the WebGUI Community Wiki.
- tickets_loop
- A loop containing all of the remaining tickets and their associated data
- ticketTitle
- The title of the ticket to be printed.
- ticketStart
- The start date of the ticket.
- ticketDuration
- How long the ticket lasts.
- ticketLocation
- Where the ticket is good for.
- ticketEventNumber
- The event number for the ticket.
- ticketMeta_[LABEL]
- Value for the meta data field [LABEL]. Non word and whitespace characters in [LABEL] should be replaced with an underscore.
Ex: Meta Data Label: "First Name" should be referenced: <tmpl_var ticketMeta_First_Name> and so on
- seatsRemaining
- Total number of seats remaining for the ticket
- seatsAvailable
- Total number of seats available for the ticket
- price
- Full Price
- relatedRibbons
- Ribbons related to the ticket
- relatedBadgeGroups
- Badge groups related to the ticket
- eventMetaData
- Meta data for the event returned as a JSON data structure
- title
- The title of the ticket to be printed.
- menuTitle
- The title of the ticket to be displayed in the menu.
- url
- The URL to this Event Management System.
- synopsis
- Synopsis of the description for the ticket.
- assetId
- Asset Id of the ticket.
- assetSize
- Size of this ticket asset
- creationDate
- Epoch value date for when the asset was created
- encryptPage
- Whether or not to encrypt the page that the ticket is dipslayed on
- extraHeadTags
- Extra tags that should be displayed in the header that this ticket is displayed on
- extraHeadTagsPacked
- Extra tags that should be displayed in the header that this ticket is displayed on minimized so no whitespace exists
- groupIdEdit
- The id of the group that can edit this ticket.
- groupIdView
- The id of the group that can view this ticket.
- inheritUrlFromParent
- Whether or not to inherit the url from the parent
- isExportable
- Whether or not this ticket is exportable
- isHidden
- Whether or not this ticket should be hidden from the menu.
- isPrototype
- Whether or not this ticket asset is a prototype
- isPackage
- Whether or not this ticket asset is a package
- lastModified
- Epoch date for when this ticket was last modified
- newWindow
- Whether this ticket should be displayed in a new window
- ownerUserId
- User Id of the owner of this ticket
- revisedBy
- Id of the user who last modified this ticket
- revisionDate
- Epoch date for when this ticket was last revised
- skipNotification
- Whether or not notifications for this ticket should be skipped.
- tagId
- Tag Id for this asset
- usePackedHeadTags
- Whether or not packed head tags should be used for this ticket
- timezone
- The time zone that this event is configured to be in.
- templateId
- The ID of the template for the main Event Management System screen.
- badgeBuilderTemplateId
- The ID of the template for the badge builder screen.
- lookupRegistrantTemplateId
- The ID of the template for the lookup registrant screen.
- printBadgeTemplateId
- The ID of the template for printing a badge.
- printTicketTemplateId
- The ID of the template for printing a ticket.
- badgeInstructions
- Instructions to the user for what to do with a badge.
- ticketInstructions
- Instructions to the user for what to do with a ticket.
- ribbonInstructions
- Instructions to the user for what to do with a ribbon.
- tokenInstructions
- Instructions to the user for what to do with a token.
- registrationStaffGroupId
- The ID of the group set up to handle registration.
- webgui.version
- The version of WebGUI on your site.
- webgui.status
- The release status for this version of WebGUI (stable, beta, gamma, etc.)
- session.user.username
- The current user's username.
- session.user.firstDayOfWeek
- From the current user's profile, the day they selected to be the first day of the week.
- session.config.extrasurl
- From the WebGUI config, the URL for the extras directory.
- session.var.adminOn
- This variable will be true if the user is in Admin mode.
- session.setting.companyName
- From the WebGUI settings, the company name.
- session.setting.anonymousRegistration
- From the WebGUI settings, whether or not anonymous registration has been enabled.
- session form variables
- Session Form Variables
Any form variables will be available in the template with this syntax:
<tmpl_var session.form.variable>
If there is more than 1 value in a form variable, only the last will be returned.
- session scratch variables
- Session Scratch Variables
Any scratch variables will be available in the template with this syntax:
<tmpl_var session.scratch.variable>
- displayTitle
- A conditional variable for whether or not the title should be displayed.
- description
- The description of this wobject.
- styleTemplateId
- The assetId of the template for displaying the Asset.
- printableStyleTemplateId
- The assetId of the template for displaying the Asset for printing.
- assetId
- The unique identifier for this Asset, in base64 encoding.
- assetIdHex
- The unique identifier for this Asset, in hexadecimal format.
- title
- The title of the Asset
- menuTitle
- The title of the Asset used in Navigations.
- url
- The Asset's URL.
- isHidden
- A boolean that will be true if this Asset is set not be displayed in Navigations.
- newWindow
- A boolean that will be true if this Asset is set open in a new browser window.
- encryptPage
- A boolean that will be true if this Asset is set to be served over SSL.
- ownerUserId
- The ID of the user who owns this Asset.
- groupIdView
- The ID of the group that is allowed to view this Asset.
- groupIdEdit
- The ID of the group that is allowed to edit this Asset.
- synopsis
- A short description of the contents of the Asset.
- extraHeadTags
- Extra tags that will be added to the header of the page containing the Asset. These will be included by default so you do not need to add them youself, unless you want them to be in there twice.
- isPackage
- A boolean that will be true if this Asset is set to be a Package.
- isPrototype
- A boolean that will be true if this Asset is set to be a prototype.
- status
- With respect to version control, the status of this Asset. Typically these are the English strings "approved", "pending", "committed".
- assetSize
- How big this asset is in bytes. The sum of all database fields and attachments.
- keywords
- This will be a string with the keywords for this asset. Individual keywords will be joined with spaces, unless the keyword contains spaces, in which case it will be quoted.
Admin Console