<mef:set title="{member.DisplayName}" capsules="recent_members" />

<mef:tabs array="{tabs}" />

<div style="margin: 1em;">

<mef:if expr="projects">
	<mef:true>
		<ul style="list-style-type: none; margin: 0; padding: 0;">
			<li id="p" mef:loop="projects" style="margin-bottom: 1em;">
				<div><b><a href="/depot/{p.folder_name}">{p.ProjectTitle}</a></b>   <mef:stars count="{p.UserRating}" /></div>
				<img mef:if="p.Icon != 'dummy.gif' && p.Icon != 'default.gif'" src="//djungxnpq2nug.cloudfront.net/image/project/icon/{p.Icon}" width="32" height="32" alt="icon" align="left" style="margin: 0.5em;" />
				{p.ProjectDescription|chop(255)}<br clear="all" />
			</li>
		</ul>
	</mef:true>
	<mef:false>
		<div style="margin: 2em;"><i>This member has no projects listed.</i></div>
	</mef:false>
</mef:if>

</div>