source: indico/indico/MaKaC/webinterface/tpls/SubContributionDisplayFull.tpl @ a829f8

hello-world-walkthroughipv6v0.98-seriesv0.98.2v0.98.3v0.99v1.0v1.1
Last change on this file since a829f8 was a829f8, checked in by Jose Benito <jose.benito.gonzalez@…>, 14 months ago

[IMP] Contrib and Abstract display in general

  • Property mode set to 100644
File size: 437 bytes
Line 
1<%inherit file="SubContributionDisplayMin.tpl"/>
2
3<%block name="speakers">
4    <div class="subContributionSpeakerList">
5        <% speakers = [] %>
6        % for speaker in SubContrib.getSpeakerList():
7            <% speakers.append(speaker.getDirectFullName()) %>
8        % endfor
9        % if speakers:
10            ${_("Presented by")} <span style="font-weight: bold">${", ".join(speakers)} </span>
11        % endif
12    </div>
13</%block>
Note: See TracBrowser for help on using the repository browser.