{% extends "core/base.html" %} {% block navi %} subjects | admin | logout {% endblock %} {% block content %}

balance prediction

{% if amount_error %}

try a number, stupid

{% endif %}

starting with {{ amount }}€ ...

{% if future_transactions %}
{% for transaction in future_transactions %}
{% if transaction.predicted %}🔮{% else %}🗒{% endif %} {{ transaction.date|date:"d.m.Y" }}
{{ transaction.subject }}
{{ transaction.amount }}
{{ transaction.balance }}
{% endfor %}
{% else %}

no data to show :/

{% endif %} {% endblock %}