{% extends 'base_app.html' %} {% load crispy_forms_tags %} {% block title %} HSAS - Edit Device {% endblock %} {% block content %}
Edit Motion Sensor System

You are editing the Motion Sensor System of Serial Number: {{ ms.sn }}

{% csrf_token %} {{ form|crispy }}
{% endblock %}