View | Details | Raw Unified | Return to bug 36110
Collapse All | Expand All

(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-2 / +1 lines)
Lines 918-924 tables: Link Here
918
          lang: default
918
          lang: default
919
          content:
919
          content:
920
            - "[%- USE Price -%]"
920
            - "[%- USE Price -%]"
921
            - "The following [% IF overdues > 1 %]items are[% ELSE %]item is[% END %] currently overdue:"
921
            - "The following [% IF overdues.count() > 1 %]items are[% ELSE %]item is[% END %] currently overdue:"
922
            - ""
922
            - ""
923
            - "[% FOREACH odue IN overdues %]"
923
            - "[% FOREACH odue IN overdues %]"
924
            - "[% odue.item.biblio.title %]"
924
            - "[% odue.item.biblio.title %]"
925
- 

Return to bug 36110