{% extends "base.html" %} {% block title %}Standorte{% endblock %} {% block heading %}🏢 Standorte / Filialen{% endblock %} {% block breadcrumb %}

Einstellungen / Standorte

{% endblock %} {% block topbar_actions %} {% endblock %} {% block content %}

Mehrere Standorte / Filialen unter einem System. Belegnummern können pro Standort ein eigenes Präfix bekommen (z.B. B-2026-0042 für Berlin). Konsolidierte Reports laufen über alle Standorte gleichzeitig.

{% for l in locations %} {% else %} {% endfor %}
CodeNameAdresseBeleg-Präfix Telefon / MailDefaultAktiv
{{ l.code }} {{ l.name }} {% if l.address %}{{ l.address }}, {% endif %} {{ l.postcode or '' }} {{ l.city or '' }} {{ l.country_iso or '' }} {{ l.number_prefix or '—' }} {% if l.phone %}{{ l.phone }}
{% endif %} {% if l.email %}{{ l.email }}{% endif %}
{% if l.is_default %}Default{% endif %} {% if l.active %}✓{% else %}—{% endif %}
Keine Standorte angelegt.
{% endblock %}