|
Lines 568-574
Link Here
|
| 568 |
[% END %] |
568 |
[% END %] |
| 569 |
|
569 |
|
| 570 |
[% BLOCK message_templates %] |
570 |
[% BLOCK message_templates %] |
| 571 |
[% WRAPPER accordion id="group_${lang}" %] |
571 |
[% WRAPPER accordion panelgroup_id="${lang}" %] |
| 572 |
[% FOR mtt IN letters.$lang.templates.keys.sort %] |
572 |
[% FOR mtt IN letters.$lang.templates.keys.sort %] |
| 573 |
[% SET letter = letters.$lang.templates.$mtt %] |
573 |
[% SET letter = letters.$lang.templates.$mtt %] |
| 574 |
[% NEXT IF letter.message_transport_type == "itiva" && !Koha.Preference('TalkingTechItivaPhoneNotification') %] |
574 |
[% NEXT IF letter.message_transport_type == "itiva" && !Koha.Preference('TalkingTechItivaPhoneNotification') %] |
| 575 |
- |
|
|