| Program Name | {{ program_name }} |
|---|---|
| Problem reported? | {{ problem_reported }} |
| Ticket number | {{ ticket_number }} |
| Manager on-duty | {{ manager_on_duty }} |
| Vendor Name | {{ vendor_name }} |
| Installers Name(s) | {{ installers_name }} |
| Visit Date (MM/DD/YYY) | {{ visit_date }} |
| Location | {{ location }} |
| Is Unit Operational? | {{ is_unit_operational }} |
| Another visit is needed? | {{ another_visit }} |
| Problem solved? | {{ problem_solved }} |
Problem solution summary
{{problem_solution_summary}}
Product Images
{% if image_data_BeforePicture %}
Before
{% for img in image_data_Before %}
{% endfor %}
{% endif %}
{% if image_data_AfterPicture %}
After
{% for img in image_data_After %}
{% endfor %}
{% endif %}
{% if image_data_ProgrammingStation %}
Programming Station
{% for img in image_data_ProgrammingStation %}
{% endfor %}
{% endif %}