RSS Git Download  Clone
Raw Blame History
[% content_only = 1 # no html wrappers %]

<option value="">--select one--</option>
[% FOREACH entry IN screens;
    NEXT UNLESS entry.active.match('yes') %]
    <option value="[% entry.id %]">[% entry.description %]</option>
[% END %]