{% extends "base.html" %} {% load config %} {% block page_title %}

Depot {{ depot.name }}

{% endblock %} {% block content %}
Adresse
{{ depot.addr_street }}
{{ depot.addr_zipcode }} {{ depot.addr_location }}
Wochentag
{{ depot.get_weekday_display }}
Kontaktperson
{{ depot.contact.first_name }} {{ depot.contact.last_name }} {{ depot.contact.email }}
{% if depot.description %}
Beschreibung
{{ depot.description | linebreaksbr }}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}