{{ object.name|default:object.timeslot.name }}

Active? {{ object.active }}

Timeslot: {{ object.timeslot }}

Filters: {% for filter_obj in object.filters.all %}{{ filter_obj }}{% endfor %}

Destinations: {% for destination in object.destinations.all %}{{ destination }}{% endfor %}

{% if show_buttons %}

Update

Delete

{% endif %}