[%# shownote_template4.tpl -%] [%- correspondents = "http://hackerpublicradio.org/correspondents.php" %] [%- DEFAULT skip_comments = 0 %]
[% IF hosts.size > 0 -%]
Welcome to our new [% hosts.size == 1 ? 'host' : 'hosts' %]:
[%- count = 0 %]
[%- FOREACH row IN hosts %]
[%- count = count + 1 %]
[% row.host %]
[%- count < hosts.size ? ', ' : '.' %]
[%- END %]
[% ELSE -%]
There were no new hosts this month.
[% END -%]
Id | Date | Title | Host |
---|---|---|---|
[% row.eps_id %] | [% row.date %] | [% row.title FILTER html_entity %] | [% row.ho_host FILTER html_entity %] |
Policy decisions surrounding HPR are taken by the community as a whole. This discussion takes place on the Mail List which is open to all HPR listeners and contributors. The discussions are open and available on the Gmane archive.
Discussed this month were: [%- INCLUDE $includefile %]
[%- END %] [%# Skip comments if told to by the caller %] [%- IF skip_comments == 0 %]There are [% comments.size %] comments:
Show | Title | Host | From | Subject |
---|---|---|---|---|
[% row.episode %] | [% row.title FILTER html_entity %] | [% row.host %] | [% row.comment_author_name FILTER html_entity %] | [%- IF row.comment_title.length > 0 %] [% row.comment_title FILTER html_entity %] [%- ELSE %] - [%- END %] |