<%= render BlockScoutWeb.StakesView, "_stakes_th.html", title: gettext("Staker's Address"), tooltip: gettext("All pool participant addresses. The top address belongs to the validator.") %>
</div>
<div class="col-4">
<%= render BlockScoutWeb.StakesView, "_stakes_th.html", title: gettext("Total Stake Amount"), tooltip: gettext("Amount of STAKE placed by an address") %>
<%= render BlockScoutWeb.StakesView, "_stakes_th.html", title: gettext("Current Stake Amount") <> "<br />(" <> gettext("Accounted Stake Amount") <> ")", tooltip: gettext("Amount of STAKE placed by an address") %>
</div>
<div class="col-3">
<%=
title = if @pool.is_validator do gettext("Reward Percent") else gettext("Potential Reward Percent") end
_title = if @pool.is_validator do gettext("Reward Percent") else gettext("Potential Reward Percent") end