<%= decidim_sanitize translated_attribute(participatory_process_group.description) %>
<%= icon "grid-three-up", role: "img", "aria-hidden": true, class: "mr-xs" %>
<%= t("decidim.participatory_process_groups.content_blocks.title.participatory_processes", count: participatory_processes_count) %>
<% if has_meta_scope? %>
<%= icon "globe", class: "mr-xs" %>
<%= t("decidim.participatory_process_groups.content_blocks.title.meta_scope") %>
<%= translated_attribute(meta_scope) %>
<% end %>
<% if has_hashtag? %>
<%= icon "twitter", role: "img", aria_label: "Twitter", class: "mr-xs" %>
<%= link_to(
"##{hashtag_text}",
"https://twitter.com/hashtag/#{hashtag_text}",
target: "_blank"
) %>
<% end %>
<% if has_group_url? %>
<%= icon "external-link", class: "mr-xs" %>
<%= link_to(
group_url_text,
group_url,
target: "_blank"
) %>
<% end %>