{% block style %} {% load static %} {% endblock style %} {% block content %}
{% for length in lengths %} {% endfor %}
name length
{{length.name}} {{length.length}}
{% for pos in platformpos %} {% endfor %}
X Y Z Roll Pitch Yaw
{{pos.x}} mm {{pos.y}} mm {{pos.z}} mm {{pos.roll}} degrees {{pos.pitch}} degrees {{pos.yaw}} degrees
{% csrf_token %}
{% csrf_token %}






Set platform position
{% endblock content %} {% block javascript %} {% endblock javascript %}