|
Lines 495-533
Item types › Administration › Koha
Link Here
|
| 495 |
[% END %] |
495 |
[% END %] |
| 496 |
<td> |
496 |
<td> |
| 497 |
[% IF itemtype.parent_type %] |
497 |
[% IF itemtype.parent_type %] |
| 498 |
[% IF itemtype.parent.translated_descriptions.size %] |
498 |
[% itemtype.parent.description | html %] |
| 499 |
[% itemtype.parent.description | html %] (default)<br/> |
|
|
| 500 |
[% ELSE %] |
| 501 |
[% itemtype.parent.description | html %] |
| 502 |
[% END %] |
| 503 |
</br> |
499 |
</br> |
| 504 |
[% IF itemtype.translated_descriptions.size %] |
|
|
| 505 |
[% itemtype.description | html %] (default)<br/> |
| 506 |
[% FOR description IN itemtype.translated_descriptions %] |
| 507 |
[% IF description.translation == itemtype.translated_description %] |
| 508 |
-- <strong>[% description.translation | html %]</strong> |
| 509 |
[% ELSE %] |
| 510 |
-- [% description.translation | html %] ([% description.lang | html %]) |
| 511 |
[% END %] |
| 512 |
<br/> |
| 513 |
[% END %] |
| 514 |
[% ELSE %] |
| 515 |
-- [% itemtype.description | html %] |
500 |
-- [% itemtype.description | html %] |
| 516 |
[% END %] |
|
|
| 517 |
[% ELSE %] |
501 |
[% ELSE %] |
| 518 |
[% IF itemtype.translated_descriptions.size %] |
502 |
[% itemtype.description | html %] |
| 519 |
[% itemtype.description | html %] (default)<br/> |
|
|
| 520 |
[% FOR description IN itemtype.translated_descriptions %] |
| 521 |
[% IF description.translation == itemtype.translated_description %] |
| 522 |
<strong>[% description.translation | html %]</strong> |
| 523 |
[% ELSE %] |
| 524 |
[% description.translation | html %] ([% description.lang | html %]) |
| 525 |
[% END %] |
| 526 |
<br/> |
| 527 |
[% END %] |
| 528 |
[% ELSE %] |
| 529 |
[% itemtype.description | html %] |
| 530 |
[% END %] |
| 531 |
[% END %] |
503 |
[% END %] |
| 532 |
</td> |
504 |
</td> |
| 533 |
<td> |
505 |
<td> |
| 534 |
- |
|
|