{% extends "main/base.html" %} {% load static %} {% block link %} {{ block.super }} {% endblock %} {% block body %}

{{ category }}

{% csrf_token %} {% for field in form %} {{ field.errors }} {{ field }} {% endfor %}
{% if transactions %}

Transactions ({{ transactions|length }})

{% endif %} {% endblock %}