Hello,
At this time not all properties are available to be used in quotes. This is a complete list of Quote Properties currently available:
This is set in the header using
{% set QUOTE_PROPS = template_data.quote %}
You may display all available properties by using
{{ QUOTE_PROPS|pprint }}
Results:
id=1
hubspot_owner_id=1
hs_all_owner_ids=1
hs_created_by_user_id=1
hs_updated_by_user_id=1
hs_lastmodifieddate=1/1/20
hubspot_owner_assigneddate=1/1/20
hs_createdate=1577898314000
hs_expiration_date=1609434314000
hs_title=Sample quote
hs_template_type=PROPOSAL
hs_proposal_domain=1.hs-sites.com
hs_proposal_slug=sampleSlug
hs_proposal_template_path=cms-proposals-theme/quote__simple.html
hs_quote_amount=$100
hs_timezone=US/Eastern
hs_currency=USD
hs_language=en
hs_locale=en-us
hs_public_url_key=0123456789abcdef
hs_terms=<p>Sample terms</p>
hs_comments=<p>Sample comments</p>
hs_sender_firstname=Firstname
hs_sender_company_name=HubSpot
hs_logo_url=https://api.hubapiqa.com/avatars/v1/signed-uris/1CmcKFwgEEhNzbGVlcHlzaGVlcC53ZWJzaXRlGJmI4PYFIJyrMyoaYnJhbmRpbmc6YXBpOndlYjp1cy1lYXN0LTEyJjI2MDE6MTg0OjQwODA6NGZjMDpjY2VhOjc2NzA6NGQyMjphZjFhEhkA-NPq9tzonI3OpA087XM8Z2BgzO0mPYq6 hs_status=APPROVAL_NOT_NEEDED
hs_primary_color=#425b76
hs_quote_number=20200101-00000001
hs_payment_enabled=true
hs_esign_enabled=true
If you know the URL of your profile images you could create a custom quote template for each rep and hard code the
<img src="rep profile image" >
Then in the quote creation stage, you just select the template belonging to the rep sending the quote.