{% extends "train-base.html" %} {% block header-extras %} {% endblock %} {% block pagehead %}

L60 Axis Training -- {{ current_dafe.display_name }}

{% endblock %} {% block content %}
{% csrf_token %}
{% for axis in axis_list %} {% endfor %}
{% for set in set_list %} {% endfor %} {% for pos in position_list %} {% endfor %}
  {% if show_up_down %} {% elif show_front_back %} {% endif %}  
{% if show_left_right %} {% endif %}   {% if show_left_right %} {% endif %}
  {% if show_up_down %} {% elif show_front_back %} {% endif %}  
 
Current Axis Position: ----
    
{% if current_axis == 'AXIS_C' %}
{% endif %} {% if current_axis == 'AXIS_F' %}
{% endif %}
Move Amt: in.       
   
{% endblock %}