=html_escape(_('%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run.'))%{name_with_link: name_link.html_safe}
%p
=_('We recommend that you buy more Pipeline minutes to resume normal service.')
=html_escape(_('%{name_with_link} has %{percent} or less Shared Runner Pipeline minutes remaining. Once it runs out, no new jobs or pipelines in its projects will run.'))%{name_with_link: name_link.html_safe,percent: "#{@percentage_of_available_mins}%"}
%p
=_('We recommend that you buy more Pipeline minutes to avoid any interruption of service.')