Placeholders for the Quote entity

The following placeholders are used for the Quote entity and linked proposal (see Quotes).

Placeholder

Description

quote.created_at

The date and time when the request for quote was created

quote.name

The name of the request for quote

quote.status

The status of the request (see Request for quote changed in Creating an event handler)

quote.status.was

The previous status of a request for quote (see Request for quote changed in Creating an event handler)

quote.request_comment

The comment included in the request

quote.products

The list of products in the request. Use with the iterator {% for product in quote.products %}:

  • product.id — the product ID.

  • product.name — the product name.

  • product.quantity — requested quantity.

quote.request_file_name

The name of the file attached to the request

quote.request_file_url

The link to the file attached to the request

quote.proposal_comment

The comment provided by the manager in the proposal

quote.proposal_file_name

The name of the proposal file

quote.proposal_file_url

The link to the proposal file

quote.proposal_manager_name

The name of the manager who sent the proposal

quote.proposal_manager_email

The email of the manager who sent the proposal

quote.valid_until

The date until which the proposal is valid (format: YYYY-MM-DD)

quote.id

Request for quote ID

quote.account.name

The name of the account

quote.account.vat_id

VAT ID of the company

quote.account.phone

Phone number of the company

quote.account_info.file_name

The name of the uploaded file containing the account’s company information

quote.account_info.file_url

The URL of the file containing the account’s company information

quote.user.first_name

First name of the user (contact person)

quote.user.last_name

Last name of the user (contact person)

quote.user.email

Email of the user

quote.user.agreement_privacy_policy

Indicates whether the user agreed to the privacy policy

For these placeholders (from quote.id to quote.user.agreement_privacy_policy), the data is populated from the request for quote if no account or user is associated with the request.
If an account or user is associated with the request, the data is populated from the corresponding associated entry.