X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/55e399ab36e9b688a4bfbb7b90422fe33e9e14e7..a910619e4c9c90063f5d6a17e51a8da9eadc1ac0:/templates/webpages/requirement_spec/select_template_to_paste.html diff --git a/templates/webpages/requirement_spec/select_template_to_paste.html b/templates/webpages/requirement_spec/select_template_to_paste.html index f73441b4f..3ddeb2d1c 100644 --- a/templates/webpages/requirement_spec/select_template_to_paste.html +++ b/templates/webpages/requirement_spec/select_template_to_paste.html @@ -12,13 +12,9 @@ [%- END %] [%- END %] -
[%- LxERP.t8("No requirement spec templates have been created yet.") %]
- - [%- ELSE %]| [%- LxERP.t8("Detail view") %] | [%- LxERP.t8("Paste template") %] | [%- LxERP.t8("Title") %] | +[%- LxERP.t8("Type") %] | [%- LxERP.t8("Last modification") %] | @@ -39,6 +36,7 @@[%- 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') %] | @@ -46,6 +44,7 @@ [% 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 %]
[%- LxERP.t8("What this template contains") %]:
|
[%- END %]
|---|