% if User.current&.admin %> <% data = ForemanThemeSatellite.lifecycle_data %> <% text, icon, date = if data[:end_of_life].nil? [nil, nil, nil] elsif data[:end_of_life] < Time.zone.now [_('Satellite %{version} is estimated to have reached its End of Life on %{date}.'), 'danger', data[:end_of_life]] elsif data[:end_of_life] < 6.months.after [_('Satellite %{version} is estimated to reach its End of Life by the end of %{month} %{year}.'), 'warning', I18n.l(data[:end_of_life], format: "%B %Y")] end %> <% if text %>
<% end %> <% end %>