{{ useCjk ? '' }}
{{ entityDate }}
{{ 'Date'|trans }}: {{ date }}
{% if tags %}
{{ 'Tags'|trans }}: {{ tags|replace({'|': ' '}) }}
{% endif %}
{{ 'Created by'|trans }}: {{ fullname }}
{PAGENO} / {nbpg}
{{ link.name }} - {{ link.title }}
{% endfor %}{{ step.body }} {% if step.finished %} ({{ step.finished_time }}){% endif %}
{% endfor %}{{ upload.real_name }}
{# add a comment? don't add if it's the default text #}
{% if upload.comment != 'Click to add a comment' %} ({{ upload.comment }}){% endif %}
{# add hash? don't add if we don't have it #}
{% if upload.hash|length >= 32 %}
{{ upload.hash_algorithm }}: {{ upload.hash }}{% endif %}
{% if upload.base64_thumbnail %}
{# Note: adding charset to the data string makes it fail #}
{% endif %}
On {{ comment.datetime }} {{ comment.fullname|raw }} wrote:
{{ comment.comment|raw }}
|
|
{{ 'Unique eLabID:'|trans }} {{ elabid }} {% if locked %}Locked by {{ lockerName }} on {{ lockDate }} {% endif %}Link: {{ url }} |