{include file="header.tpl.html" extra_title="Issue #$issue_id - Upload File"}
{if $current_role > $roles.viewer}
{if $upload_file_result != ''}
{if $upload_file_result == -1}
An error occurred while trying to process the uploaded file.
{elseif $upload_file_result == -2}
The uploaded file is already attached to the current issue. Please rename the file and try again.
{elseif $upload_file_result == 1}
Thank you, the uploaded file was associated with the issue below.
{/if}
{if not $current_user_prefs.close_popup_windows}
Continue
{/if}
{else}
{literal}
{/literal}
{/if}
{else}
You do not have the correct role to access this page
{/if}
{include file="footer.tpl.html"}