
<%= firstName %> <%= lastName %>
<%= title %>
<%= city %>
-
<% if (managerId) { %>
View Manager
<%= managerName %>
<% } %>
<% if (reports > 0) { %>
View Direct Reports
<%= reports %>
<% } %>
Call Office
<%= officePhone %>
Call Cell
<%= cellPhone %>
Location
<%= city %>
SMS
<%= cellPhone %>
Email
<%= email %>