<%= l(start_time, format: !same_month? ? "%b" : "%B") %> <%= "-" if !same_month? %> <%= l(end_time, format: "%b") if !same_month? %>
<%= l(start_time, format: "%d") %> <%= "-" if !same_day? || !same_month? %> <%= l(end_time, format: "%d") if !same_day? || !same_month? %>
<%= "-" %>
<%= static_map %> <% if online? %> <%= cell("decidim/address", meeting, online: true) %> <% end %>