{% import '_macros.html' as m %} {{ m.header(d) }} {{ m.title_block(d) }} {{ m.meta_grid([ {'label':'Survey Date','value':d.date}, {'label':'Surveyor','value':d.surveyor or d.prepared_by}, {'label':'Conditions','value':d.conditions}, {'label':'Result','value':d.status}, ]) }}
{% if d.customer %}{{ m.party('Customer', d.customer) }}{% endif %} {% if d.site %}{{ m.party('Survey Site', d.site) }}{% endif %}
{% if d.summary %}
Feasibility Summary
{{ d.summary }}
{% endif %} {% if d.candidate_links %}

Candidate Links / Line of Sight

{% for l in d.candidate_links %} {% endfor %}
Target AP / TowerDistanceAzimuthEst. RSSIClear LoS
{{ l.target }} {{ l.distance }} {{ l.azimuth }} {{ l.rssi }} {{ l.los }}
{% endif %} {% for s in d.sections %}{{ m.section(s) }}{% endfor %} {% if d.obstructions %}

Obstructions & Site Notes

{% endif %} {% if d.equipment_reco %}

Recommended Equipment

{% endif %} {% if d.checklist %}

Survey Checklist

{% endif %} {{ m.note(d.recommendation) }} {{ m.signatures(d.signatures or [ {'role':'Surveyor','who':d.surveyor or d.prepared_by or 'Jason Stedwell, Owner'}, {'role':'Customer Acknowledgement','who':(d.customer.name if d.customer else '')}, ]) }}