<span 
    <% if(stroke){ %> 
        class="stroke" 
    <% } %> >

    <% if (user.avatar !== 'NOAVATAR') { %>
        <img src="https://cdn.discordapp.com/avatars/<%= user.id %>/<%= user.avatar %>.jpeg" alt="Validator is <%= user.username %> ">
    <% } %>
    <%= user.username %>
</span>