{if isset($STATUSMSG) && strlen($STATUSMSG)} {$STATUSMSG} {/if}
{if (!is_array($select_person)) || (count($select_person) == 0)}
{if $is_owner_or_manager} {t}Expenses can only be tracked for members. This project does currently not have any members.{/t} {else} {t}You are not a member of this project.{/t} {/if}
{else}
{if !strlen($expinfo.exp_id)}{t}Add expense{/t}{else}{t}Edit expense{/t}{/if}
{t}Project{/t}
{t}Project{/t}:
{$prjInfo.prj_title|wash|default:" "}
{t}Customer{/t}:
{$prjInfo.cpn_name|wash|default:" "}
{t}Start date{/t}:
{$prjInfo.prj_startdate|wash|date_format:$smarty.const.PHPAGA_DATEFORMAT_LONG|default:" "}
{t}Projected end{/t}:
{$prjInfo.prj_estimatedend|wash|default:" "}
{t}Category{/t}:
{$prjInfo.prjcat_title|wash|default:" "}
{t}Hours{/t}:
{$HOURS_SO_FAR|default:" "}
{t}Expense{/t}
{t}Person{/t}:
{html_options options=$select_person selected=$expinfo.pe_id}
{t}Date{/t}:
{t}Amount{/t}:
{t}Currency{/t}:
{html_options options=$select_curr selected=$expinfo.curr_id}
{t}Description{/t}:
{$expinfo.exp_desc|wash}
{t}Applicable for expenses in foreign currency{/t}:
{t}Amount{/t}:
{t}Foreign currency{/t}:
{html_options options=$select_curr_foreign selected=$expinfo.curr_id_foreign}
{t}Exchange rate{/t}:
{literal} {/literal} {/if}