{% for ad in werbung %}
{% endfor %}
{% if ad.start %}
{% if team_status > 0 %}
Vom {{ ad.start }}
{% endif %}
{% if ad.end %}
Bis {{ ad.end }}
{% endif %}
Erstellt von: {{ ad.creator }}
{% endif %}
{{ ad.title }}
{% for line in ad.description %}
{{ line }}
{% endfor %}
{% endfor %}