<xf:if is="$authorOthers is not empty">
<div class="resourceSidebarGroup">
<h4 class="resourceSidebarGroup-title">
<a href="{{ link('resources/authors', $resource.User) }}">{{ phrase('xfrm_more_resources_from_x', {'name': $resource.User.username}) }}</a>
</h4>
<ul class="resourceSidebarList">
<xf:foreach loop="$authorOthers" value="$authorOther">
<li>
<xf:macro template="xfrm_resource_list_macros" name="resource_simple"
arg-resource="{$authorOther}"
arg-withMeta="{{ false }}" />
</li>
</xf:foreach>
</ul>
</div>
</xf:if>