X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f82ffe92ce7168885990aace35c91706da7a7f2a..fdebfd5d0c558cb156849b01c9c9268b29dc443b:/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 02d5a3649..3ddeb2d1c 100644 --- a/templates/webpages/requirement_spec/select_template_to_paste.html +++ b/templates/webpages/requirement_spec/select_template_to_paste.html @@ -22,6 +22,7 @@ [%- LxERP.t8("Detail view") %] [%- LxERP.t8("Paste template") %] [%- LxERP.t8("Title") %] + [%- LxERP.t8("Type") %] [%- LxERP.t8("Last modification") %] @@ -35,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') %] @@ -42,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") %]: