[% USE KohaDates %]
End date is not consistent with subscription length.
[% END %] [% IF (ask_for_irregularities) %]Please check issues that are NOT published (irregularities)
[% IF (daily_options) %]If there is a day (or more) in the week where issues are never published, you can check corresponding boxes below.
[% END %] [% END %] [% IF (predictions_loop) %]Number | Publication date | [% IF (ask_for_irregularities) %]Not published | [% END %]
---|---|---|
[% IF ( matches = prediction.number.match('(.*)Spring(.*)') ) %] [% matches.0 | html %]Spring[% matches.1 | html %] [% ELSIF ( matches = prediction.number.match('(.*)Summer(.*)') ) %] [% matches.0 | html %]Summer[% matches.1 | html %] [% ELSIF ( matches = prediction.number.match('(.*)Fall(.*)') ) %] [% matches.0 | html %]Fall[% matches.1 | html %] [% ELSIF ( matches = prediction.number.match('(.*)Winter(.*)') ) %] [% matches.0 | html %]Winter[% matches.1 | html %] [% ELSIF ( matches = prediction.number.match('(.*)Spr(.*)') ) %] [% matches.0 | html %]Spr[% matches.1 | html %] [% ELSIF ( matches = prediction.number.match('(.*)Sum(.*)') ) %] [% matches.0 | html %]Sum[% matches.1 | html %] [% ELSIF ( matches = prediction.number.match('(.*)Fal(.*)') ) %] [% matches.0 | html %]Fal[% matches.1 | html %] [% ELSIF ( matches = prediction.number.match('(.*)Win(.*)') ) %] [% matches.0 | html %]Win[% matches.1 | html %] [% ELSE %] [% prediction.number | html %] [% END %] | [% IF (prediction.publicationdate) %] [% prediction.publicationdate | $KohaDates %] [% ELSE %] unknown [% END %] | [% IF (ask_for_irregularities) %][% UNLESS (loop.first) %] [% IF (prediction.not_published) %] [% ELSE %] [% END %] | [% END %] [% END %]