Whenever you're dealing with a ticket in your template, you're actually working with a TicketModel object.
Outputting a TicketModel object without attaching a property or method will return the ticket's title.
<h1>{{ ticket }}</h1>Returns a UserModel object representing the ticket's author.
The ticket's author ID.
Returns the URL to the ticket's edit page within the control panel.
A DateTime object of the date the ticket was created.
A DateTime object of the date the ticket was last updated.
The ticket's ID.
Returns a MessageModel object representing the ticket's messages.
Returns a TicketStatusModel object representing the ticket's status.
The ticket's status ID.