<% if(!fullName) var fullName = "This person"; %>
<%=fullName%> hasn't submitted anything yet.
<% if(username){ %>
Submit data now
.
<% } %>