{{ form.description }}
{{ form.category }}
{{ form.new_category }}
Enter a name for the new category and click Save.
{{ form.payment_method }}
Ksh
{{ form.amount }}
{{ form.status.as_hidden }}
{{ form.expense_date.as_hidden }}
{% if form.created_by %}
{{ form.created_by }}
{% endif %}
{% if form.instance and form.instance.branch %}
{% endif %}