{include file="header.tpl.html"}
{if $no_projects}
Sorry, but there are no projects currently setup as allowing anonymous posting.
{else} {if $new_issue_id != "" and $smarty.post.report_stays != "yes"}
Thank you, the new issue was created successfully. For your records, the new issue ID is {$new_issue_id}

You may submit another issue if you so wish.
{else} {if $smarty.get.post_form != 'yes'} {literal} {/literal}
Report New Issue
Project: * {include file="error_icon.tpl.html" field="project"}
  
{literal} {/literal} {else} {literal} {/literal}
{section name="i" loop=$custom_fields} {/section}
Report New Issue
Project: {$project_name}
Summary: * {include file="error_icon.tpl.html" field="summary"}
Description: * {include file="error_icon.tpl.html" field="description"}
{$custom_fields[i].fld_title}:{if $custom_fields[i].fld_anonymous_form_required} *{/if} {if $custom_fields[i].fld_anonymous_form_required} {/if} {if $custom_fields[i].fld_type == 'text'} {elseif $custom_fields[i].fld_type == 'textarea'} {else} {/if} {assign var="custom_field_id" value=$custom_fields[i].fld_id} {if $custom_fields[i].fld_type == 'multiple'} {assign var="custom_field_sufix" value="[]"} {else} {assign var="custom_field_sufix" value=""} {/if} {include file="error_icon.tpl.html" field="custom_fields[$custom_field_id]$custom_field_sufix"} {if $custom_fields[i].fld_description != ""} ({$custom_fields[i].fld_description|escape:"html"}) {/if}
Attach Files:
{literal} {/literal}
Keep Form Open   
* Required fields

{literal} {/literal} {/if} {/if} {/if} {include file="footer.tpl.html"}