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

current subjects

{% if prediction_list %} {% for subject, transactions, info in prediction_list %} {% for transaction in transactions %} {% if forloop.counter == 1 %} {% endif %} {% endfor %} {% endfor %}
subject date
{{ subject.name }} {% if transaction.pk %}🗒{% else %}🔮{% endif %} {{ transaction.booking_date|date:"d.m.y" }} {{ transaction.amount }}
{% else %}

no data to show :/

{% endif %} {% endblock %}