=s_("BillingPlans|@%{user_name} you are currently using the %{plan_name} plan.").html_safe%{user_name: current_user.username,plan_name: plan.code.titleize}
-else
=s_("BillingPlans|%{group_name} is currently using the %{plan_name} plan.").html_safe%{group_name: namespace.full_name,plan_name: plan.code.titleize}