{{ host.name }}
Sendungen
{% for show in host.shows.all %}
{% if show.is_active %}
{% else %}
{{ show }}
{% endif %}
{% endfor %}
E-Mail Adresse: {{ host.email }}
{% endif %}
{% if host.website %}
Website: {{ host.website }}
{% endif %}