<h2><%= t ".local_chapters.title" %></h2>
<p><%= t ".local_chapters.about_text" %></p>
<p><%= t ".local_chapters.list_text" %></p>
<ul>
<% @local_chapters.each do |chapter| %>
<h2><%= t ".local_chapters.title" %></h2>
<p><%= t ".local_chapters.about_text" %></p>
<p><%= t ".local_chapters.list_text" %></p>
<ul>
<% @local_chapters.each do |chapter| %>
-<p><%= t ".other_groups.about_html" %></p>
+<p><%= t ".other_groups.other_groups_html", :communities_wiki_link => link_to(t(".other_groups.communities_wiki"),
+ t(".other_groups.communities_wiki_url")) %>