{% 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 transaction.views.overview as transactions %} {% url main.views.startpage as home %} {% url buyable.views.showItems as store %} {% url buyable.views.history as history %} {% url main.views.settings as settings %} {% url django.contrib.auth.views.logout as logout %} {% url django.contrib.auth.views.login as login %} {% url main.views.register as register %} {% if user.is_authenticated %} {% endif %}