%
var that = this;
%>
<% if (that.model.has('workspaceRef')) { %>
<%= that.formatter.caption(that.model.get('areaRef')) %> >
<%= that.formatter.caption(that.model.get('workspaceRef')) %>
<% } else { %>
<% } %>
<% if (that.model.has('createdByRef')) { %>
<%= that.formatter.caption(that.model.get('createdByRef')) %>
<% } %>