[%- USE LxERP -%][%- USE HTML -%][%- USE L -%] [%- BLOCK text_blocks %] [%- IF blocks.size %]
  • [%- title %]:
      [%- FOREACH block = blocks %]
    1. [%- HTML.escape(block.title) %]
    2. [%- END %]
  • [%- END %] [%- END %] [%- IF !TEMPLATES.size %]

    [%- LxERP.t8("No requirement spec templates have been created yet.") %]

    [%- ELSE %] [%- FOREACH template = TEMPLATES %] [% SET front = template.text_blocks_sorted(output_position=0) %] [% SET sections = template.sections_sorted %] [% SET back = template.text_blocks_sorted(output_position=1) %] [% SET parts = template.parts_sorted %] [%- END %]
    [%- LxERP.t8("Detail view") %] [%- LxERP.t8("Paste template") %] [%- LxERP.t8("Title") %] [%- LxERP.t8("Type") %] [%- LxERP.t8("Last modification") %]
    [+] [-] [%- LxERP.t8("Paste template") %] [%- HTML.escape(template.title) %] [%- HTML.escape(template.type.description) %] [% template.mtime ? template.mtime.to_kivitendo(precision='minute') : template.itime.to_kivitendo(precision='minute') %]
    [%- END %]

    [%- LxERP.t8("Abort") %]