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

{{ title }}

{% if setting %} View Details Delete {% endif %} Back to List
{% if form.non_field_errors %} {% endif %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% csrf_token %} {{form|crispy}}
Cancel
{% endblock %} {% block extra_js %} {% endblock %}