diff --git a/chsdi/templates/htmlpopup/base.mako b/chsdi/templates/htmlpopup/base.mako index 27f6156709..edf0023f44 100644 --- a/chsdi/templates/htmlpopup/base.mako +++ b/chsdi/templates/htmlpopup/base.mako @@ -79,8 +79,12 @@ % endif - - ${_('Link to object')} + % if timestamp is None: + + % else: + + % endif + ${_('Link to object')} @@ -95,7 +99,7 @@
% if c['stable_id'] is True: - + ${_('Link to object')}  |