[INCLUDE title="$archive/$category--$branch--$version--$revision log" header]>
<[IF $expand || $#body THEN <[INCLUDE js-expand.html]>]>
<[IF $#body && $Config.javascript_expanding THEN
	| -]> | $summary | $date | $creator | 
<[IF $#body THEN 
$body:break
]>
<[FOREACH $name $f @modified_files
	<[IF-ENABLED expand, Config.javascript_expanding
	| -]> | M | $name
	<[IF-ENABLED expand
		
	]> | 
]>
<[FOREACH $name $f @new_files
	<[IF-ENABLED expand, Config.javascript_expanding
	| -]> | A | $name
	<[IF-ENABLED expand ]>| <[IF-ENABLED f.is_image 
			]><[ELSIF-ENABLED f.is_binary![[$f.file image]](&selfurl_diff($name, -2)?download)  [Binary content of type $f.mime_type is not shown, may be downloaded]]><[ELSE $f.content:asis]> | 
 | 
]>
<[FOREACH $name $f @removed_files
	<[IF-ENABLED expand, Config.javascript_expanding
	| -]> | D | $name
	<[IF-ENABLED expand ]>| <[IF-ENABLED f.is_image 
			]><[ELSIF-ENABLED f.is_binary![[$f.file image]](&selfurl_diff($name, -3)?download)  [Binary content of type $f.mime_type is not shown, may be downloaded]]><[ELSE $f.content:asis]> | 
 | 
]>
<[FOREACH $old $new @renamed_files
	<[IF-ENABLED expand, Config.javascript_expanding
	| ]> | => | $old     $new | 
]>
<[FOREACH $name @imported_files
	<[IF-ENABLED expand, Config.javascript_expanding
	| ]> | A | $name | 
]>
<[FOREACH $name @new_directories
	<[IF-ENABLED expand, Config.javascript_expanding
	| ]> | A/ | $name/ | 
]>
<[FOREACH $name @removed_directories
	<[IF-ENABLED expand, Config.javascript_expanding
	| ]> | D/ | $name/ | 
]>
<[FOREACH $old $new @renamed_directories
	<[IF-ENABLED expand, Config.javascript_expanding
	| ]> | /> | $old/     $new/ | 
]>
<[FOREACH $name @new_patches
	
	| <[IF is_revision_managed('$name') THEN $name]><[ELSE $name]> | 
]>
 
<[INCLUDE footer]>