<%= _("%s's network activity") % @profile.name %>


<% @notifications.each do |activity| %>
<%= render :partial => activity.verb, :locals => { :activity => activity } rescue "cannot render notification for #{activity.verb}" %>
<% end %>

<%= _("Greetings,") %>


--

<%= _('%s team.') % @environment %>

<%= url_for @url %>