{extends "reports/reports_base.tpl.html"} {block "title"}Estimated Development Time by Category{/block} {block "report_content"}

{t}Estimated Development Time by Category{/t}

{t escape=no 1=$core.project_name}Based on all open issue in Eventum for %1.{/t}


{section name="issues" loop=$data} {/section}
{t}Category{/t} {t}Estimated time (Hours){/t}
{$data[issues].prc_title} {$data[issues].dev_time}

{/block}