openstackweb/themes/openstack/templates/Layout/SchedToolsPage_ListSpeakers.ss
2014-10-31 16:21:41 -03:00

22 lines
322 B
Scheme

<div class="container">
<% loop ShowSchedSpeakers %>
<% if PresentationsForThisSpeaker %>
<ul>
<li>$name - <a href="{$top.link}Presentations/?key={$SpeakerHash}">$SpeakerHash</a>
<% loop PresentationsForThisSpeaker %>
<ul><li>$eventtitle</li></ul>
<% end_loop %>
</li>
</ul>
<% end_if %>
<% end_loop %>
</div>