{% comment %} # This file is part of k4ever, a point-of-sale system # Contact............ # Website............ http://k4ever.someserver.de/ # Bug tracker........ http://k4ever.someserver.de/report # # Licensed under GNU Affero General Public License v3 or later {% endcomment %} {% load navigation_extras %} {% url 'transactions' as transactions %} {% url 'main.views.startpage' as home %} {% url 'buyable_overview' as store %} {% url 'buyable_history' as history %} {% url 'main_settings' as settings %} {% url 'logout' as logout %} {% url 'login' as login %} {% url 'register' as register %} {% if user.is_authenticated %}
Kontostand: {{ user.userprofile_set.get.balance|floatformat:2 }} €
{% endif %}