>
%{header_instructions}
<%- if SiteSetting.private_email? %>

<%= t('system_messages.contents_hidden') %>

<% else %> <%= render partial: 'email/post', locals: { post: post, use_excerpt: SiteSetting.post_excerpts_in_emails } %> <% if in_reply_to_post.present? || context_posts.present? %>
<% end %> <% if in_reply_to_post.present? %>

<%= t "user_notifications.in_reply_to" %>

<%= render partial: 'email/post', locals: { post: in_reply_to_post, use_excerpt: true} %> <% end %> <% if context_posts.present? %>

<%= t "user_notifications.previous_discussion" %>

<% context_posts.each do |p| %> <%= render partial: 'email/post', locals: { post: p, use_excerpt: false } %> <% end %> <% end %> <% if reached_limit %>
<% end %> <% end %>