<% define_content :link do %> <%= appointment_group_url(asset.appointment_group) %> <% end %> <% define_content :footer_link do %> <%= t :link_text, 'Click here to sign up for a different time slot' %> <% end %> <% courses = asset.appointment_group.participant_type == 'Group' ? asset.appointment_group.contexts.first.name : asset.appointment_group.contexts_for_user(user).map(&:name).join(", ") %> <% define_content :subject do %> <%= t('subject', 'Your time slot for %{appointment_name} has been canceled (%{course})', :appointment_name => asset.title, :course => courses) %> <% end %>

<%= t :message, '%{user} canceled your time slot for %{appointment_name}.', :user => data.updating_user_name || data.updating_user.name, :appointment_name => asset.title %>

<%= t :details, 'Appointment Details' %>:

<% if asset.appointment_group.participant_type == 'Group' -%> <% else -%> <% end %>
<%= t :date_and_time, 'Date/Time' %>: <%= datetime_string(asset.start_at, asset.end_at) %>
<%= t :attendees, 'Attendees' %>: <%= asset.participants.map(&:name).to_sentence %>
<%= t :group, 'Group' %>: <%= asset.context.name %>
<%= t :attendee, 'Attendee' %>: <%= asset.context.name %>
<%= t :course, 'Course' %>: <%= courses %>

<%= t :cancel_reason, 'Reason for canceling' %>

<%= data.cancel_reason || t(:no_reason_given, "none given") %>