{% extends "base.html" %} {% block title %}Müllabfuhr{% endblock %} {% block content %}
| Datum | Müllart | Adresse | Aktionen |
|---|---|---|---|
| {{ collection.date.strftime('%d.%m.%Y') }} | {% if collection.garbage_type == 'RESTMUELL' %} {{ collection.type_display }} {% elif collection.garbage_type == 'PAPIER' %} {{ collection.type_display }} {% elif collection.garbage_type == 'GELBER_SACK' %} {{ collection.type_display }} {% else %} {{ collection.type_display }} {% endif %} | {{ collection.full_address }} |
Die Abholtermine können als iCal-Kalender abonniert werden: