{% extends "layout.html.jinja" %} {% set title = "Helix Calculator" %} {% block contents %}

Uploading files. Please wait, this may take a while.

{% if 'sf_session' in session %}

Loading DXF file from Salesforce. Please wait, this may take a while.

{% endif %} {% if not context['csv_available'] %}
{{ form.csrf_token }}

Array Information

Option 1: AutoCAD System Text File A System Data file is needed in order to continue. {% for field in form.group('array_info') %}
Upload System Text Data {{ field }}
{% endfor %}
{% for field in form.group('array_info') %} {% if field.errors %} {{ field.errors[0] }} {% endif %} {% endfor %} {% if context['infinite_loop_detection_message'] %} {{ context['infinite_loop_detection_message'] }} {% endif %}
Option 2: Aurora DXF File An Aurora DXF file is needed in order to continue. {% for field in form.group('dxf_file') %}
Upload System DXF {{ field }}
{% endfor %}
{% for field in form.group('dxf_file') %} {% if field.errors %} {{ field.errors[0] }} {% endif %} {% endfor %}
{% include 'navigation_buttons.html.jinja' %}
{% else %}

Array Information

{% for value in context['summary_values'] %}
{{ value['label'] }}
{{ value['value']|format_number }}
{% endfor %}
{{ form.csrf_token }} {% for field in form.group('array_info') %}
{# #} {{ context['cad_file_name'] }} {{ field }}
{% endfor %} {% for field in form.group('dxf_file') %}
{{ context['dxf_file_name'] }} {{ field }}
{% endfor %}
{% for field in form.group('array_info') %} {% if field.errors %} {{ field.errors[0] }} {% endif %} {% endfor %}
{% for field in form.group('dxf_file') %} {% if field.errors %} {{ field.errors[0] }} {% endif %} {% endfor %}

Subarray Summary

{% for subarray in context['seismic_anchors'] %} {% endfor %} {% for subarray in context['seismic_anchors'] %} {% endfor %} {% for subarray in context['seismic_anchors'] %} {% endfor %} {% for subarray in context['seismic_anchors'] %} {% endfor %}
Subarray{{ subarray.subarray_number }}
Seismic Anchors Needed{{ subarray.required_seismic_anchors }}
Seismic Anchors Current{{ subarray.required_seismic_anchors }}
Weight{{ subarray.weight|round|format_number }}
{% if context['is_drawing_inaccurate'] %}
{{ context['inaccurate_drawing_warning'] }}
{% endif %}
ANCHORS
ALL
0%
-
{% for i in range(7) %}
{% endfor %}
Add Seismic
Remove Seismic
Save
Cancel
{% if context['system_type']|is_dual_tilt %} {% else %} {% endif %}
Wind Zone Check
{% include 'navigation_buttons.html.jinja' %} {% endif %} {% endblock %}