{{ get_object_type_name(action) }} #{{ object.object_id }}: {{ object.data.name.text | get_translated_text(metadata_language) }}
{{ _('Information') }}
{% with data = object.data %} {% with schema = object.schema %} {% include "pdfexport/object.html" %} {% endwith %} {% endwith %} {% if activity_log_entries %}{{ _('Activity Log') }}
-
{% for entry in activity_log_entries %}
- {{ entry | safe }} {% endfor %}
{{ _('Locations') }}
-
{% for entry in location_entries %}
-
{{ entry.utc_datetime | babel_format_datetime }} — {{ entry.assigning_user_name }} (#{{ entry.assigning_user_id }}):
{% if entry.location_id %}
{{ entry.location_name | get_translated_text(metadata_language) }} (#{{ entry.location_id }})
{% endif %}
{% if entry.responsible_user_id %}
{% if entry.location_id %}/{% endif %}
{{ entry.responsible_user_name }} (#{{ entry.responsible_user_id }})
{% endif %}
{% if entry.description %}
{{ _('Description') }}:{% endif %}{{ entry.description | get_translated_text(metadata_language) }}
{% endfor %}
{{ _('Publications') }}
-
{% for publication in publications %}
- {{ publication.doi }} — {{ publication.title }} {% if publication.object_name %}({{ publication.object_name }}){% endif %} {% endfor %}
{{ _('Comments') }}
-
{% for comment in comments %}
-
{{ comment.utc_datetime | babel_format_datetime }} — {{ comment.author.name }} (#{{ comment.user_id }}):
{{ comment.content }}
{% endfor %}
{{ _('Files') }}
-
{% for file in files %}
- {{ file.utc_datetime | babel_format_datetime }} — {{ file.uploader.name }} (#{{ file.uploader.id }}): {% if file.is_hidden %}({{ _('hidden') }}){% else %}{{ file.title }} ({{ file.id }}){% endif %} {% endfor %}