Placeholders for the Quote entity

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

PlaceholderDescription
quote.created_atThe date and time when the request for quote was created
quote.nameThe name of the request for quote
quote.statusThe status of the request (see Request for quote changed in Creating an event handler)
quote.request_commentThe 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_nameThe name of the file attached to the request
quote.request_file_urlThe link to the file attached to the request
quote.proposal_commentThe comment provided by the manager in the proposal
quote.proposal_file_nameThe name of the proposal file
quote.proposal_file_urlThe link to the proposal file
quote.proposal_manager_nameThe name of the manager who sent the proposal
quote.proposal_manager_emailThe email of the manager who sent the proposal
quote.valid_untilThe date until which the proposal is valid (format: YYYY-MM-DD)