{% extends 'base.html' %} {% load crispy_forms_tags %} {% block title %} {% if is_create %} Create Dashboard {% else %} Edit Dashboard {% endif %} | Chat Analytics {% endblock %} {% block content %}

{% if is_create %}Create Dashboard{% else %}Edit Dashboard{% endif %}

Back to Dashboard
{% if is_create %}Create Dashboard{% else %}Edit Dashboard{% endif %}
{% csrf_token %} {{ form|crispy }}
{% endblock %}