{$forms.timesheetForm.open}
{if $show_client} {/if} {if $show_project} {/if}
{$i18n.label.thing_name} (*): {$forms.timesheetForm.timesheet_name.control}
{$i18n.label.client}: {$forms.timesheetForm.client.control}
{$i18n.label.project}: {$forms.timesheetForm.project.control}
{$i18n.label.start_date} (*): {$forms.timesheetForm.start.control}
{$i18n.label.end_date} (*): {$forms.timesheetForm.finish.control}
{$i18n.label.comment}: {$forms.timesheetForm.comment.control}
{$i18n.label.required_fields}
 
{$forms.timesheetForm.btn_add.control}
{$forms.timesheetForm.close}