{% extends "shared/frontend/base.html" %} {% block title %}{{ location.name }} - BMC Hub{% endblock %} {% block content %}
{{ location.name }}
{{ type_label }}
{% if location.customer_id and location.customer_name %} {{ location.customer_name }} {% else %} — {% endif %}
{% if location.is_active %}Aktiv{% else %}Inaktiv{% endif %}
{% if location.phone %} {{ location.phone }} {% else %} — {% endif %}
{% if location.email %} {{ location.email }} {% else %} — {% endif %}
{{ location.address_street | default('—') }}
{{ location.address_city | default('—') }}
{{ location.address_postal_code | default('—') }}
{{ location.address_country | default('DK') }}
{{ location.notes | default('—') }}
{{ location.created_at | default('—') }}
{{ location.updated_at | default('—') }}
{% if contact.role %}{{ contact.role }}{% endif %} {% if contact.is_primary %}Primær{% endif %}
{% if contact.contact_email %} {% endif %} {% if contact.contact_phone %} {% endif %}Ingen kontakter registreret
{% endif %}| Dag | Åbner | Lukker | Status | Handlinger |
|---|---|---|---|---|
| {{ hours.day_name }} | {{ hours.open_time | default('—') }} | {{ hours.close_time | default('—') }} | {% if hours.is_open %} Åben {% else %} Lukket {% endif %} |
Ingen åbningstider registreret
{% endif %}Ingen tjenester registreret
{% endif %}Ingen kapacitetsdata registreret
{% endif %}{{ entry.created_at }}
{{ entry.changes }}
Ingen historik tilgængelig
{% endif %}