<xf:comment>START Add Warnings</xf:comment>
<xf:if is="$xf.visitor.canViewWarnings() && $user.warning_points != 0">
<dl class="pairs pairs--justified">
<dt>{{ phrase('warnings') }}</dt>
<dd>
<a href="{{ link('members', $user) }}#warnings" class="fauxBlockLink-linkRow u-concealed">
<span style="color: #9b0000;">{$user.warning_points|number}</span>
</a>
</dd>
</dl>
</xf:if>
<xf:comment>END Add Warnings</xf:comment>