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

You are editing the Switch of Serial Number: {{ switch.sn }}

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