|
Lines 335-343
Link Here
|
| 335 |
[% WRAPPER tabs id= "bibliodetails" %] |
335 |
[% WRAPPER tabs id= "bibliodetails" %] |
| 336 |
[% WRAPPER tabs_nav %] |
336 |
[% WRAPPER tabs_nav %] |
| 337 |
[% IF Koha.Preference('SeparateHoldings') %] |
337 |
[% IF Koha.Preference('SeparateHoldings') %] |
| 338 |
[% IF items_to_display_count - ( other_holdings_count || 0 ) - ( total_group_holdings_count || 0 ) %] |
338 |
[% IF items_to_display_count - ( other_holdings_count || 0 ) %] |
| 339 |
[% WRAPPER tab_item tabname= "holdings" %] |
339 |
[% WRAPPER tab_item tabname= "holdings" %] |
| 340 |
<span>[% Branches.GetLoggedInBranchname | html %] holdings ([% items_to_display_count - ( other_holdings_count || 0 ) - ( total_group_holdings_count || 0 ) - ( hidden_count || 0 ) || 0 | html %])</span> |
340 |
<span>[% Branches.GetLoggedInBranchname | html %] holdings ([% items_to_display_count - ( other_holdings_count || 0 ) - ( hidden_count || 0 ) || 0 | html %])</span> |
| 341 |
[% END %] |
341 |
[% END %] |
| 342 |
[% END %] |
342 |
[% END %] |
| 343 |
[% ELSE %] |
343 |
[% ELSE %] |
| 344 |
- |
|
|