%= render 'homescreen/blocks/header', title: t('homescreen.blocks.upsale.title') %>
<% if current_user.admin? %>
<%= link_to t('js.admin.enterprise.upsale.button_start_trial'), enterprise_path, class: 'button -alt-highlight' %>
<% end %>
<%= link_to "#{OpenProject::Static::Links.links[:upsale][:href]}/?utm_source=unknown&utm_medium=community-edition&utm_campaign=home-screen",
{ class: 'button -highlight-inverted',
aria: {label: t('homescreen.blocks.upsale.more_info')},
target: '_blank',
title: t('homescreen.blocks.upsale.more_info')} do %>
<%= t('homescreen.blocks.upsale.more_info') %>
<%= op_icon('button--icon icon-external-link') %>
<% end %>
<%= t('js.admin.enterprise.upsale.become_hero') %>
<%= t('js.admin.enterprise.upsale.you_contribute') %>
<%= t('js.admin.enterprise.upsale.confidence') %>