============================================================================
{$eMail_Comment1}

{$eMail_Comment2}
============================================================================
	FM #{$file.bug_id.value} ({$file_url})
{if $changed.last_modified_by}!{else} {/if}	{$file.last_modified_by.field_conf.title} : {build_dynamic_input 
							field_conf=$file.last_modified_by.field_conf
							file_id=$file.bug_id.value
							name=''
							value=$file.last_modified_by.value
							mpfile=$mpfile
							read_only=1
							no_html=1
						}

{if $changed.assigned_to}!{else} {/if}	{$file.assigned_to.field_conf.title} : {build_dynamic_input 
							field_conf=$file.assigned_to.field_conf
							file_id=$file.bug_id.value
							name='_no_name'
							mpfile=$mpfile
							read_only=1
							no_html=1
						}

{if $changed.status_id}!{else} {/if}	{$file.status_id.field_conf.title} : {build_dynamic_input 
							field_conf=$file.status_id.field_conf
							file_id=$file.bug_id.value
							name='_no_name'
							value=$file.status_id.value
							mpfile=$mpfile
							read_only=1
							no_html=1
						}

----------------------------------------------------------------------------
{foreach key=k item=v name=std_fields from=$fc}
{if !in_array($k, array('assigned_to', 'status_id'))}
{if $changed.$k}!{else} {/if}	{$v.title} : {build_dynamic_input 
																									field_conf=$v 
																									file_id=$file.bug_id.value
																									name=$v.field_name
																									value=$file.$k.value
																									mpfile=$mpfile
																									read_only=1
																									no_html=1
																								}

{/if}
{/foreach}
{if $description}
============================================================================
	{$STRING.description_of_file} :
{$description}
{/if}
{if is_array($comments) and count($comments) > 0}
============================================================================
	{$STRING.BUGDISPLAY.comments} :
{foreach key=k item=v name=cmts from=$comments}
---- {$v.posted_on} : {$v.posted_by} {$STRING.said} ----
{$v.comment}
{/foreach}
{/if}