<%= gettext "Event updated!" %>

<%= gettext "The event %{title} was updated", title: @old_event.title %>

<%= if MapSet.member?(@changes, :title) do %> <% end %> <%= if MapSet.member?(@changes, :begins_on) do %> <% end %> <%= if MapSet.member?(@changes, :ends_on) do %> <% end %>
<%= gettext "Title" %> <%= @event.title %>
<%= gettext "Start of event" %> <%= datetime_to_string(@event.begins_on, @locale) %>
<%= gettext "Ending of event" %> <%= datetime_to_string(@event.ends_on, @locale) %>
<%= gettext "Go to event page" %>

<%= gettext "If you need to cancel your participation, just access the event page through link above and click on the participation button." %>