{include file="header.tpl"} {if $show_preview} {include file="edit-post-preview.tpl"} {/if}

{if $filter_error}
{$filter_error}
{/if} {if $errors}
{$translations.publish.form_error}
{/if}
{if $job.id == 0}Post job{else}Edit job{/if}
{section name=tmp2 loop=$types} {if $types[tmp2].id == $smarty.const.JOBTYPE_FULLTIME} {elseif $types[tmp2].id == $smarty.const.JOBTYPE_PARTTIME} {elseif $types[tmp2].id == $smarty.const.JOBTYPE_FREELANCE} {/if} {/section}  
{$translations.publish.title_label}: {if $errors.title}{/if}
{$translations.publish.location_label}: {if $job.location_outside_ro != ''}pick one from the list{else}other{/if}
{$translations.publish.where}
{$translations.publish.where_info}
{$translations.publish.description_label}: {if $errors.description}{/if}
{$translations.publish.company}
{$translations.publish.name_label}: {if $errors.company}{/if}
{$translations.publish.website_label}: http://
{$translations.publish.website_info}
{$translations.publish.email_label}
({$translations.publish.email_info1}):
{if $errors.poster_email}{/if}
{$translations.publish.email_info2}
{literal} {/literal} {include file="footer.tpl"}