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

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

<% if @yahoo_finance_provider&.healthy? %>

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

<% else %>

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

<%= render DS::Alert.new( title: t(".connection_failed"), message: t(".troubleshooting"), variant: :warning ) %>
<% end %>