{% extends 'billard/base.html' %} {% block title %}Standortliste{% endblock %} {% block content %} {% if location_list %}

Bitte Standort auswählen:

{% if perms.billard.change_accounting %} {% endif %} {% for loc in location_list %} {% if perms.billard.change_accounting %} {% endif %} {% endfor %}
Code Name Strasse Plz OrtAccounting
{{ loc.code|default_if_none:"" }} {{ loc.name|default_if_none:"" }} {{ loc.street|default_if_none:"" }} {{ loc.plz|default_if_none:"" }} {{ loc.city|default_if_none:"" }}Abrechnen
{% else %}

Keine Standorte Zugeordnet.

{% endif %} {% endblock %}