{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}

{% if survey %}Edit Survey details{% else %}Create New Survey{% endif %}

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