<%= gettext("You're going!") %>

<%= if @participant.metadata.cancellation_token do %> <% else %> <% end %>

<%= gettext("You recently requested to attend %{title}.", title: escape_html(@event.title) ) |> raw %>

<%= gettext( "You have now confirmed your participation. Update your calendar, because you're on the guest list now!" ) %>

<%= gettext("Visit event page") %>

<%= gettext( "If you wish to cancel your participation, simply click on the link below." ) %>

url() |> URI.decode() } target="_blank" style="font-size: 20px; font-family: 'Roboto', Helvetica, Arial, sans-serif; color: #3C376E; text-decoration: none; padding: 15px 25px; border-radius: 2px; border: 1px solid #3C376E; display: inline-block;" > <%= gettext("Cancel my attendance") %>

<%= gettext( "Would you wish to update or cancel your attendance, simply access the event page through the link above and click on the Attending button." ) %>