<%= t(".greeting", recipient: @recipient.name) %>

<%= t(".admin_in_group", group: @third_party.name) %>

<%= t(".intro", sender: @sender.name, group: @third_party.name) %>

<%= @message %>

<%= link_to decidim.profile_conversation_url(nickname: @third_party.nickname, id: @conversation.id, host: @host), decidim.profile_conversation_url(nickname: @third_party.nickname, id: @conversation.id, host: @host) %>

<%= t(".outro") %>