<%= if @event.picture do %> <%= render("participation/card/_picture.html", event: @event) %> <% end %> <%= render("participation/card/_title.html", event: @event) %> <%= render("participation/card/_metadata.html", event: @event, timezone: @timezone, locale: @locale) %> <%= if @event.description do %>

<%= gettext("Details") %>

<%= process_description(@event.description) %>

<%= if String.length(@event.description) > 200 do %>

<%= gettext("Read more") %>

<% end %>
<% end %>