{% extends 'layout.html' %} {% load crispy_forms_tags %} {% block content %}

System Setup

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