{if strlen($STATUSMSG)}
{$STATUSMSG}
{/if}
{if ($prjinfo.prj_id == 0)}{t}Add project{/t}{else}{t}Edit project{/t}{/if}
{t}Title{/t}:
{t}Customer{/t}:
{html_options options=$select_cpn selected=$prjinfo.cpn_id}
{if ($prjinfo.prj_id == 0)}
{include file="edit_company.tpl.html"}
{/if}
{t}Category{/t}:
{html_options options=$select_prjcat selected=$prjinfo.prjcat_id}
{t}Status{/t}:
{html_options options=$select_prjstat selected=$prjinfo.prj_status}
{t}Priority{/t}:
{html_options options=$select_priority selected=$prjinfo.prj_priority}
{t}Billable{/t}:
{html_options options=$select_prj_billabletype selected=$prjinfo.prj_billabletype}
{t}Billing company{/t}:
{html_options options=$select_cpn_issuebill selected=$prjinfo.cpn_id_issuebill}
{t}Parent project{/t}:
{html_options options=$select_parent_project selected=$prjinfo.prj_prj_id}
{t}Description{/t}:
{$prjinfo.prj_desc|wash}
{t}Project manager{/t}:
{html_options options=$select_prj_manager selected=$prjinfo.prj_manager_pe_id}
{t}Start date{/t}:
{t}Estimated end{/t}:
{t}Deadline Date{/t}:
{if ($prjinfo.prj_id != 0)}
{t}End date{/t}:
{/if}
{t}Estimated manhours{/t}:
{t}Estimated cost manhours{/t}:
{t}Estimated cost material{/t}:
{t}Hourly rates per task category (optional){/t}
{t}You can define default hourly rates per task type for this project.{/t}
{t}These rates are taken in consideration when no hourly rate per task type is configured for a project member.{/t}
{foreach item=opcat from=$prjinfo.opcatlist}
{$opcat.opcat_title|wash}
{/foreach}
{if ($prjinfo.prj_id == 0)} {literal} {/literal} {/if} {literal} {/literal}