<% if event_block.category.present? %> <% else %>
<% end %>
<%= formatted_time(event_block.starts_at) %><%= "–#{formatted_time(event_block.ends_at)}".html_safe if event_block.ends_at.present? %>
<% if event_block.category.present? %> <%= event_block.venue_names %> <% else %> <%= link_to event_block.single_venue.name, event_block.single_venue.address_url, target: '_blank', class: 'project--venue--address' %> <% end %>
<%= event_block.name %>
<%= "

#{event_block.description}

".html_safe if event_block.description.present? %>
<% if event_block.category.present? %>
<% else %>
<% end %>