{% extends 'consumerapp/base.html' %} {% block title %} Employee Delete {% endblock %} {% block body %} {% if employee %}

Are you sure, you want to delete this {{ employee.ename }} object?

{% csrf_token %} No,Cancel
{% else %}

{{ message }}

{% endif %} {% endblock %}