diff --git a/src/IDF/templates/downloads/view.html b/src/IDF/templates/downloads/view.html index 790a227..4e1477e 100644 --- a/src/IDF/templates/downloads/view.html +++ b/src/IDF/templates/downloads/view.html @@ -49,8 +49,8 @@ {block context} {assign $submitter = $file.get_submitter()}
{trans 'Uploaded:'} {$file.creation_dtime|dateago} {blocktrans}by {$submitter}{/blocktrans}
--{trans 'Updated:'} {$file.modif_dtime|dateago}
+{if $file.modif_dtime != $file.creation_dtime}+{trans 'Updated:'} {$file.modif_dtime|dateago}
{/if}{trans 'Downloads:'} {$file.downloads}
{if $tags.count()}