Serials subscriptions ([% total | html %] found)
[% ELSE %]Serials subscriptions search
[% END %] [% UNLESS ( done_searched ) %]-
[% IF mana %]
- Mana ([% total || 0 | html %]) [% ELSE %]
- Open ([% openedsubscriptions.size || 0 | html %])
- Closed ([% closedsubscriptions.size || 0 | html %]) [% END %]
[% INCLUDE 'mana/mana-subscription-search-result.inc' %]
[% ELSE %]
[% IF openedsubscriptions %]
[% INCLUDE subscriptions_table subscriptions = openedsubscriptions %]
[% ELSE %]
[% END %]
[% IF closedsubscriptions %]
[% INCLUDE subscriptions_table subscriptions = closedsubscriptions closed = 1 %]
[% ELSE %]
[% END %]
[% END %]