{extends "base.tpl.html"} {block "page_classes"}anon_post CustomField GrowingFileField{/block} {block name="content"}
{t}Back to Login Form{/t}
{if not $projects|@count}
{t}Sorry, but there are no projects currently setup as allowing anonymous posting.{/t}
{else} {if $new_issue_id|default:'' != "" and $smarty.post.report_stays|default:'' != "yes"}
{t escape=no 1=$new_issue_id}Thank you, the new issue was created successfully. For your records, the new issue ID is %1{/t}

{t 1="{$core.rel_url}new.php" escape=no}You may submit another issue if you so wish.{/t}
{else} {if $smarty.get.post_form|default:'' != 'yes'}
{t}Report New Issue{/t}
{t}Project{/t}: * {include file="error_icon.tpl.html" field="project"}
  
{else}
{assign var="tabindex" value=1} {include file="edit_custom_fields.tpl.html" custom_fields=$custom_fields|default:'' form_type='anonymous'} {assign var=tabindex value=$tabindex+50}
{t}Report New Issue{/t}
{t}Project{/t}: {$project_name}
{t}Summary{/t}: * {include file="error_icon.tpl.html" field="summary"}
{t}Description{/t}: * {include file="error_icon.tpl.html" field="description"}
{t}Attach Files{/t}:
  
* {t}Required fields{/t}
{/if} {/if} {/if} {/block}