style="background-color: <%= item[:header_text_background_color] %>"
<% end %>>
<%= item[:title] %>
<% if item[:facebook] %>
<%= fa :facebook %>
<% end %>
<%= fa :calendar %>
<%= item[:description] %>
-
<%= fa 'clock-o', li: true %>
<%= item[:time].strftime '%A %d %B %Y %H:%M' %>
<% if item[:end] %>
-
<% if (item[:end].strftime '%d %B %Y') != (item[:time].strftime '%d %B %Y') %>
<%= item[:end].strftime '%d %B ' %>
<% end %>
<% if (item[:end].strftime '%Y') != (item[:time].strftime '%Y') %>
<%= item[:end].strftime '%Y ' %>
<% end %>
<%= item[:end].strftime '%H:%M' %>
<% end %>
- <%= fa 'map-marker', li: true %><%= item[:location] %>