<% software = community.software_info %>
  • <%= profile_image_link community, :portrait, 'div', community.send(@filter + '_label') + show_date(community.created_at) %>
    <% link_name = software.acronym.blank? ? community.name : "#{software.acronym} - #{community.name}" %>

    <%= link_to_homepage(link_name, community.identifier) %>

    <% body_stripped = strip_tags(software.finality) %> <%= _("Finality") + ":" if body_stripped %> <%= excerpt(body_stripped, body_stripped.first(3), 200) if body_stripped %>
    <%= _("Software licence") %>: <%= link_to(software.license_info.version, software.license_info.link, :target=>"blank") %>
    <%= _("Link software repository") %>: <%= link_to(software.repository_link, software.repository_link, :target=>"blank") %>
    <%= _("Software Categories") %>: <% if !community.categories.empty? %>
      <% community.categories.each do |category| %>
    • <%= category.name %>
    • <% end %>
    <% else %> <%= _("This software doesn't have categories") %> <% end %>