<% if logo_url.blank? %> <%= SiteSetting.title %> <% else %> <% end %>
<%= raw(t 'user_notifications.mailing_list.why', site_link: html_site_link(@anchor_color), date: @since_formatted) %>

<%= t('user_notifications.mailing_list.new_topics') %>

    <% @new_topics.each do |topic| %> <%= mailing_list_topic(topic, topic.posts.length) %> <% end %>

<%= t('user_notifications.mailing_list.topic_updates') %>

    <% @existing_topics.each do |topic| %> <%= mailing_list_topic(topic, topic.posts.length) %> <% end %>
<% @topics.each do |topic| %> <%- unless SiteSetting.private_email? %> <% end %> <% end %>

<%= email_topic_link(topic) %>

<% topic.posts.each do |post| %>

<%- if show_username_on_post(post) %> <%= post.user.username %> <% end %> <%- if show_name_on_post(post) %> - <%= post.user.name %> <% end %> - <%= I18n.l(post.created_at, format: :long) %>

<%= raw format_for_email(post, false) %>
<% end %> <%= t('user_notifications.mailing_list.view_this_topic') %>
<%= t('user_notifications.mailing_list.back_to_top') %>