{% extends "support.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% csrf_token %}
Tower: Setting Group: {% for dafe, setting_group_list in dafe_setting_group_list.items %} {% endfor %} {% if current_group != 'canisters' and current_group != 'main' %} {% endif %} {% if current_dafe and not initial_view %}

{{ setting_list.axis_name }} - {{ setting_list.axis_tag }}

{% if current_group != 'canisters' %}
{% if current_group != 'main' %} {% endif %} {% if current_group != 'canisters' and current_group != 'main' %} {% endif %} {% for setfrm in setting_list.setting_forms %} {% if current_group != main %} {% endif %} {% if current_group != 'canisters' and current_group != 'main' %} {% endif %} {% endfor %} {% for posfrm in setting_list.position_forms %} {% endfor %}
{{ setting_list.axis_name }} Settings
Tag Setting ValueEncoder Default Value
{{ setfrm.setting_tag }} {{ setfrm.setting_desc }}: {{ setfrm.setting_frm.value }}{% if setfrm.show_encoder %} ( {{ setfrm.setting_encoder }}){% endif %} {{ setfrm.default_value }}

{{ posfrm.position_tag }} {{ posfrm.position_desc }}: {{ posfrm.position_frm.pos_inch }} {% if posfrm.show_encoder %} ( {{ posfrm.position_encoder }}){% endif %}
{% else %}
{% for posfrm in setting_list.position_forms %} {% if forloop.counter in start_row_loop %} {% endif %} {% if forloop.counter in start_can_loop %} {% endif %} {% if forloop.counter in end_row_loop %} {% endif %} {% endfor %}
Mean:
0
0
0
{{ posfrm.position_tag|slice:"4:" }}
{% endif %}
{{ posfrm.axis_abbr }}: {{ posfrm.position_frm.pos_inch }}
{% if forloop.counter in end_can_loop %}
Mean:
0
0
0
{% endif %} {% endif %}
{% endblock %}