Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8322810
entity.html
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
896 B
Subscribers
None
entity.html
View Options
{% extends "layout.html" %}
{% block title %}Entity information{% endblock %}
{% block content %}
{% if message is not none %}
<
p
>
{{ message | safe }}
</
p
>
{% endif %}
{% if entities is not none %}
{% for entity in entities %}
<
br
/>
{% for key in ['uuid', 'parent', 'name', 'doap', 'lister_metadata',
'homepage', 'lister', 'description', 'type', 'last_id',
'generated', 'active', 'last_seen'] %}
{% if entity[key] is not none %}
<
div
class
=
"row"
>
<
div
class
=
"col-md-2"
>
{{ key }}
</
div
>
<
div
class
=
"col-md-6"
>
{{ entity[key] }}
</
div
>
</
div
>
{% endif %}
{% endfor %}
{% if 'decoding_failures' in entity %}
<
div
class
=
"row"
>
<
div
class
=
"col-md-10"
>
(some decoding errors)
</
div
>
</
div
>
{% endif %}
{% endfor %}
{% endif %}
{% endblock %}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 3, 7:49 AM (3 d, 9 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3293692
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment