{% extends "layouts/base.html" %} {% block stylesheets %} {% endblock stylesheets %} {% block title %} Add Sensor Group to {{ asset.calid }} {% endblock %} {% block content %}

Add Sensor Group to {{ asset.calid }}

Back to Structure Back to Sensors
{% csrf_token %}
Sensor Group {{ group_form.as_p }}
Sensors {{ formset.management_form }}
{% for form in formset %}
{{ form.name.label }}
{{ form.x.label }}
{{ form.y.label }}
{{ form.z.label }}
{{ form.dx.label }}
{{ form.dy.label }}
{{ form.dz.label }}
{% endfor %}

Geometry

{% if renderings %}
{% endif %}
{% if asset.cesmd %}
{% endif %}
{%endblock content %} {% block javascripts %} {% endblock javascripts %}