Last active
May 30, 2024 22:30
-
-
Save contempoinc/241c5b0475da8a0344536ee4cbcb28bc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>New Automated Home Valuation</h1> | |
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment