{if not $smarty.session.uid}{assign var=disabled value='onClick="alertNoChange();"'} {else}{assign var=disabled value=""} {/if}
{if $error.status} {/if}
Bug #{$bug_id} - {$title|stripslashes} - {$STRING.BUGDISPLAY.ReturnTo} {$STRING.BUGDISPLAY.BugList} {if $prevbug} {$STRING.previous_bug} {/if} {if $prevbug and $nextbug} | {/if} {if $nextbug} {$STRING.next_bug} {/if}
{$error.status}
{$STRING.BUGDISPLAY.Reporter}: {$reporter|maskemail} {$STRING.BUGDISPLAY.Created}: {$created_date|date:DATE_FORMAT}
{$STRING.BUGDISPLAY.Project}: {$STRING.BUGDISPLAY.Priority}:
{$STRING.BUGDISPLAY.Component}: {$STRING.BUGDISPLAY.Severity}:
{$STRING.BUGDISPLAY.Version}: {$STRING.BUGDISPLAY.OS}:
{$STRING.BUGDISPLAY.ToBeClosedInVersion} {$STRING.BUGDISPLAY.Database}:
{$STRING.BUGDISPLAY.ClosedInVersion} {$STRING.BUGDISPLAY.Site}
{$STRING.BUGDISPLAY.Summary}: {$STRING.BUGDISPLAY.Status}:
{if $url}URL{else}URL{/if}: {$STRING.BUGDISPLAY.Resolution}:
{$STRING.BUGDISPLAY.AssignedTo}: {$STRING.BUGDISPLAY.AddCC}:
{if !empty($error.add_dep)}
{$error.add_dep}
{/if} {$STRING.BUGDISPLAY.BugDependency}: {$bug_dependencies}
{$STRING.BUGDISPLAY.AddDependency}:
{$STRING.BUGDISPLAY.RemoveDependency}:

{$STRING.BUGDISPLAY.RemoveSelectedCC}:
{$STRING.BUGDISPLAY.AdditionalComments}:



{if $smarty.session.uid} {else} {$STRING.logintomodify} {/if}
{section name=attachment loop=$attachments} {sectionelse} {/section}
{$STRING.BUGDISPLAY.Attachments}: {$STRING.BUGDISPLAY.CreateAttachment}
{$STRING.BUGDISPLAY.Name} {$STRING.BUGDISPLAY.Size} {$STRING.BUGDISPLAY.Type} {$STRING.BUGDISPLAY.Created}  
{$attachments[attachment].file_name|stripslashes} {if $attachments[attachment].file_size > 1024} {math equation="(round(x) / 1024 * 100) / 100" x=$attachments[attachment].file_size assign=file_size} {$file_size|number_format}k {else} {$attachments[attachment].file_size|number_format}b {/if} {$attachments[attachment].mime_type} {$attachments[attachment].created_date|date:DATE_FORMAT} View {if isset($perm) and $perm->have_perm('Administrator')} | {$STRING.delete} {/if}
{$STRING.BUGDISPLAY.NoAttachments}


{section name=comment loop=$comments} {/section}
{$STRING.BUGDISPLAY.Comments}:
{$STRING.BUGDISPLAY.PostedBy}: {$reporter|maskemail}
{$STRING.BUGDISPLAY.Date}: {$created_date|date:TIME_FORMAT} {$STRING.BUGDISPLAY.DateOn} {$created_date|date:DATE_FORMAT}
{$description|stripslashes|format_comments|nl2br}

{$STRING.BUGDISPLAY.PostedBy}: {$comments[comment].login|maskemail}
{$STRING.BUGDISPLAY.Date}: {$comments[comment].created_date|date:TIME_FORMAT} {$STRING.BUGDISPLAY.On} {$comments[comment].created_date|date:DATE_FORMAT}
{$comments[comment].comment_text|stripslashes|format_comments|nl2br}