<%= item[:title] %>

Termin: T19:30"><%= @item[:startdate].strftime("%d.%m.%Y") %>, 19:30 Uhr
Referent:
    <% @item[:speakers].each do |speaker| %>
  • <%= speaker[:name] %><% if speaker[:affiliation]%> (<%= speaker[:affiliation] %>)<% end %>
  • <% end %>
Ort:
  • <% if item[:location][:url] %><% else %><%= item[:location][:name] %><% end %> <% if item[:location][:details] %>
  • <%= item[:location][:details] %><% end %> <% if item[:location][:strasse] %>
  • <%= item[:location][:strasse] %><% end %> <% if item[:location][:ort] %>
  • <%= item[:location][:plz] %> <%= item[:location][:ort] %><% end %> <% if item[:location][:lon] %>
  • N<%= item[:location][:lat] %> E<%= item[:location][:lon] %> (Karte) <% end %>

<%= yield %>
<% latest_articles_referred_to(item.identifier).each do |item| %>
<%= render 'item_intro', :item => item, :extended => true %>

Zum Artikel

<% end %>