% if data['category'] == 'Angebote' and data['content'][entries]['Status'] == 'Angebot':
% for entry in data['content'][entries]:
% if entry!='id' and entry!='Status' and entry!='ZeitraumVon' and entry!='ZeitraumBis' and entry!='Student' and entry!='Lehrende':
${data['content'][entries][entry]} |
% endif
% endfor
% endif
% endfor
% endif