<% html_title t(:label_administration), t(:label_enterprise_edition) %> <%= toolbar title: t(:label_enterprise_edition) do %> <% if EnterpriseToken.show_banners? %>
  • <%= link_to( "#{OpenProject::Static::Links.links[:upsale][:href]}?utm_source=ce-token-admin", { class: 'button -alt-highlight', title: t('admin.enterprise.order')}) do %> <%= t('admin.enterprise.order') %> <% end %>
  • <% end %> <% end %> <%= error_messages_for 'token' %> <% if @current_token.present? %> <%= render partial: "current" %> <% else %>

    <%= t('admin.enterprise.upgrade_to_ee') %>

    <%= image_tag "enterprise_edition.png", class: "widget-box--teaser-image" %>

    <%= t('homescreen.blocks.upsale.description') %>

    <%= t('homescreen.blocks.upsale.become_hero') %> <%= t('homescreen.blocks.upsale.you_contribute') %>

    <%= link_to( "#{OpenProject::Static::Links.links[:upsale][:href]}?utm_source=ce-enterprise-admin", { class: 'button -alt-highlight', aria: {label: t('admin.enterprise.order')}, title: t('admin.enterprise.order')}) do %> <%= t('admin.enterprise.order') %> <% end %>
    <% end %> <%= render partial: "form" %>