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

Train {{ module }} -- {{ current_dafe.display_name }}

{% endblock %} {% block content %}
{% csrf_token %}
{% for step in step_list %} {% endfor %}
{% for task in task_list %} {% endfor %}
{% if current_description %}{{ current_description }}{% endif %}
{% if 'Y' in axis_list or 'Z' in axis_list %}
   
 
   
{% endif %} {% if 'U' in axis_list or 'V' in axis_list %}
     
 
   
{% endif %} {% if 'X' in axis_list %}
 
{% endif %} {% if 'H' in axis_list %}
 
{% endif %} {% if 'A' in axis_list or 'B' in axis_list or 'C' in axis_list %}
   
   
   
{% endif %} {% if 'E' in axis_list %}
 
{% endif %} {% if 'F' in axis_list %}
 
{% endif %} {% if 'G' in axis_list %}
 
{% endif %}
 
{% if show_left_right or show_up_down or show_front_back %}
Current Axis Position: ----
     {% endif %}
{% if show_left_right or show_up_down or show_front_back %}
{% else %}
 
{% endif %}
{% if show_left_right or show_up_down or show_front_back %} Move Amt: in.        {% else %}
 
{% endif %}
   
{% endblock %}