|
|
|
@ -1,6 +1,11 @@
@@ -1,6 +1,11 @@
|
|
|
|
|
{% extends "base.html" %} |
|
|
|
|
|
|
|
|
|
{% block "content" %} |
|
|
|
|
{% if user.get_profile.balance > 0 %} |
|
|
|
|
<h3>Dein Kontostand: {{ user.get_profile.balance|floatformat:2 }}</h3> |
|
|
|
|
{% else %} |
|
|
|
|
<h3><font color="red">Dein Kontostand: {{ user.get_profile.balance|floatformat:2 }}</font></h3> |
|
|
|
|
{% endif %} |
|
|
|
|
{% if transacted %} |
|
|
|
|
{% if error %} |
|
|
|
|
<font color="red"><h1>Es ist beim Aufladen ein Fehler aufgetreten.</h1></font> |
|
|
|
|