Pflichtenhefte: Zeitabschätzung ausgeben
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 11 Mar 2013 10:28:32 +0000 (11:28 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 1 Apr 2014 11:02:26 +0000 (13:02 +0200)
templates/webpages/requirement_spec_item/_function_block_content_bottom.html

index 8e1665a..55fbeef 100644 (file)
@@ -9,7 +9,7 @@
   &nbsp; | &nbsp;
   [%- LxERP.t8("Risk") -%]: [%- requirement_spec_item.risk.description -%]
   &nbsp; | &nbsp;
-  [%- LxERP.t8("Time estimate") -%]: TODO: Zeitabschätzung
+  [%- LxERP.t8("Time estimate") -%]: [% P.format_man_days(requirement_spec_item.time_estimation, skip_zero=1) %]
  </span>
 
 </div>