{% extends 'base.html' %} {% load static %} {% load date_format %} {% block css %} {% endblock %} {% block content %}

Ledger For {{ day|strfdate:"%B of %Y" }}

{% for day in days %}
Debit Accounts Credit Accounts
Date Particular Amount Particular Amount
{% endblock %}