<%= @user.name %>様よりお問い合わせがありました。

会員番号：<%= @user.membership_no %>

名前：<%= @user.name %>

メールアドレス：<%= @body. email %>

<% if @body.select == 'reserve-form' then %>
お問い合わせ内容：講座予約

クラス：<%= @body.group %>

登録曜日：<%= @body.dow %>

受講開始日：<%= @body.start_month %>月<%= @body.start_day %>日

受講期限：<%= @body.end_month %>月TOEIC®対策まで

メッセージ：<%= @body.message_reserve %>
<% end %>
<% if @body.select == 'short_term-form' then %>
お問い合わせ内容：短期集中講座お申込み

希望講座：<% @body.short_class.each{|value| %>
・<%= Contact.short_class_labels[value] %>
<% } %>

TOEICテスト新公式問題集Vol.6の所持：%><%#= @body.workbook %>

メッセージ：<%= @body.message_short %>
<% end %>
<% if @body.select == 'result-form' then %>
お問い合わせ内容：結果報告

【受講以前のスコア】
TOTAL：<%= @body.b_total %>

リスニング：<%= @body.b_listening %>

リーディング：<%= @body.b_reading %>

受験年月：<%= @body.b_year %>年<%= @body.b_month %>月

テスト形式：<%= @body.test %>

【今回のスコア】
TOTAL：<%= @body.a_total %>

リスニング：<%= @body.a_listening %>

リーディング：<%= @body.a_reading %>

受験年月：<%= @body.a_year %>年<%= @body.a_month %>月

掲載について：<%= "掲載不可" if @body.non_publish == '1' %>

メッセージ：<%= @body.message_result %>
<% end %>
<% if @body.select == 'question-form' then %>
お問い合わせ内容：授業内容の質問

メッセージ：<%= @body.message_question %>
<% end %>
<% if @body.select == 'counceling-form' then %>
お問い合わせ内容：学習カウンセリング予約

メッセージ：<%= @body.message_counceling %>
<% end %>
<% if @body.select == 'others-form' then %>
お問い合わせ内容：その他お問い合わせ

メッセージ：<%= @body.message_others %>
<% end %>
