<%= block_title(block.title) %> <% unless members.empty? %>
<% members.each do |member| %>
<% headline = member.headline %> <%= link_to_profile(profile_image(member, :big) + content_tag(:p, member.short_name), member.identifier, {:class => 'author'}) %>

<%= link_to(headline.title, headline.url, :class => 'title') %>

<%= headline.short_lead %>
<%= show_date(headline.published_at) %>
<%= headline.tags.map { |t| link_to(t, :controller => 'profile', :profile => member.identifier, :action => 'tags', :id => t.name ) }.join("\n") %>
<% end %>
<% if block.navigation %>
<% end %> <% else %> <%= _('No headlines to be shown.') %> <% end %>