<%= 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, action: @action ) %> <%= case @action do %> <% "participation" -> %>
<%= gettext("Manage your participation") %>
<% "event" -> %>
<%= gettext("Participate") %>
<% nil -> %> <% end %> <%= if @event.description && @action != nil do %>

<%= gettext("Details") %>

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

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

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

<% end %>
<% end %>