[% BLOCK options_for_libraries %] [% FOREACH l IN libraries %] [% IF l.selected %] [% ELSE %] [% END%] [% END %] [% END %] [% BLOCK koha_news_block %] [% IF ( news.content.size > 0 ) %]
[% FOREACH n IN news.content %]
[% IF ( n.title && news.blocktitle ) %]

[% n.title | html %]

[% END %]
[% n.content | $raw %]
[% END %]
[% END %] [% END %]