Skip to content

Instantly share code, notes, and snippets.

@contempoinc
Last active May 30, 2024 22:30
Show Gist options
  • Save contempoinc/ed38e19c3d239e92f6e8f614567ddc70 to your computer and use it in GitHub Desktop.
Save contempoinc/ed38e19c3d239e92f6e8f614567ddc70 to your computer and use it in GitHub Desktop.
<h1>Your Automated Home Valuation</h1>
<p>Thank you for requesting an Automated Home Valuation from us!</p>
<p>We appreciate your interest in determining the value of your home.</p>
<p>Expect to hear from one of our experienced agents shortly to discuss your valuation in detail and answer any questions you may have. Your satisfaction and confidence in our services are our top priorities.</p>
<div style="border-top: 1px solid #efefef; margin: 40px 0;"></div>
<strong>Name:</strong> {{name}}
<strong>Email:</strong> {{email}}
<strong>Phone:</strong> {{phone}}
<strong>Interest:</strong> {{interest}}
<h2>Address:</h2>
{{info.property.address1}}
{{info.property.city}}, {{info.property.state}} {{info.property.zip}}
<h2>Information:</h2>
<ul>
<li>APN: {{info.assessment.apn}}</li>
<li>Building area: {{info.assessment.building_area}}</li>
<li>Lot size or area: {{info.assessment.lot_size_or_area}}</li>
<li>Baths: {{info.assessment.number_of_baths}}</li>
<li>Beds: {{info.assessment.number_of_bedrooms}}</li>
<li>Partial Baths: {{info.assessment.number_of_partial_baths}}</li>
<li>Stories: {{info.assessment.number_of_stories}}</li>
<li>Latest Sale Recording: {{info.assessment.sale_recording_date_latest}}</li>
<li>Previous Sale Recording: {{info.assessment.sale_recording_date_previous}}</li>
<li>Tax Amount: {{info.assessment.tax_amount}}</li>
<li>Tax Assessment Year: {{info.assessment.tax_assessment_year}}</li>
<li>Tax market value improvement: {{info.assessment.tax_market_value_improvement}}</li>
<li>Tax market value land: {{info.assessment.tax_market_value_land}}</li>
<li>Tax total market value: {{info.assessment.tax_total_market_value}}</li>
<li>Tax Year: {{info.assessment.tax_year}}</li>
<li>Total number of rooms: {{info.assessment.total_number_of_rooms}}</li>
<li>Year built: {{info.assessment.year_built}}</li>
</ul>
<h2>Valuation:</h2>
{{valuations.current_value}}
<h2>Historical values:</h2>
<ul>
<li>Last valuation value: {{valuations.historical_values[0].valuation}}</li>
<li>Valuation Date: {{valuations.historical_values[0].valuation_date}}</li>
</ul>
<div style="border-top: 1px solid #efefef; margin: 40px 0;"></div>
Have questions? Open a <a href="#" target="_blank" rel="noopener">live chat</a> and one of our knowledgeable sales staff will be glad to assist!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment