1
0
forked from HPR/hpr_generator
Files
hpr_generator/templates/shared-call_for_shows.tpl.html
T
2026-06-23 16:28:16 +00:00

22 lines
1.2 KiB
HTML

<!--% PROCESS 'shared-utils.tpl.html' %-->
<!--% PROCESS "queries-call_for_shows.tpl.html" %-->
<!--% MACRO display_call_for_shows BLOCK %-->
<!--% result_call_for_shows = DBI.prepare(query_call_for_shows) %-->
<!--% results_call_for_shows = result_call_for_shows.execute().get_all() %-->
<!--% IF results_call_for_shows.0.request_for_shows == 1 %-->
<!--% USE date %-->
<article>
<header>
<h2>Free Slots Available</h2>
</header>
<p>
Now would be a great opportunity to get your show to the top of the queue!
We ask each listener to send in <strong>just one show a year</strong>.
Check the <a href="<!--% absolute_path(baseurl) %-->correspondents/index.html">hosts page</a>, and if you don't see "<!--% date.format(date.now, '%Y') %-->-??-??" next to your name, or if your name is not listed, then you should send in a show.
Any unfilled slots for next week will be filled from the <a href="<!--% absolute_path(baseurl) %-->contribute.html#reserve_pool">Reserve Pool</a>.
Remember that HPR will stop as a project if there are <a href="<!--% absolute_path(baseurl) %-->about.html#kill_switch">not enough shows</a>.</p>
</article>
<!--% END %-->
<!--% END %-->