<%== translated_attribute component_settings.intro %>
<% if component_settings.display_progress_enabled? && progress_calculator(current_scope, nil).present? %>

<%= t(".global_status") %>

<%= display_percentage progress_calculator(current_scope, nil) %>
<% end %>