{% extends 'ledger/base.html' %} {% block title %}Delete Confirmation{% endblock %} {% block content %}

Delete Confirmation

{% csrf_token %}

Are you sure you want to delete "{{object}}"?

{% endblock %}