% if data['content']!= None:
% for heading in data['headings']:
% if heading!='id' and heading!='Status' and heading!='ZeitraumVon' and heading!='ZeitraumBis' and heading!='Student' and heading!='Lehrender':
${heading}
% endif
% endfor
% else:
Bisher kein Inhalt
% endif
% if data['content']!= None:
% for entries in data['content']:
% if data['category'] == 'Angebote':
% if 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!='Lehrender':
${data['content'][entries][entry]}
% endif
% endfor
% endif
% else:
% for entry in data['content'][entries]:
% if entry!='id':