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.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)