Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9344087
person.html
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
677 B
Subscribers
None
person.html
View Options
{% extends "layout.html" %}
{% block title %}Person{% endblock %}
{% block content %}
{% if message is not none %}
{{ message }}
{% endif %}
{% if person is not none %}
<
div
>
Details on person {{ person_id }}:
{% for key in ['name', 'email'] %}
{% if person[key] is not none %}
<
div
class
=
"row"
>
<
div
class
=
"col-md-2"
>
{{ key }}
</
div
>
<
div
class
=
"col-md-6"
>
{{ person[key] }}
</
div
>
</
div
>
{% endif %}
{% endfor %}
{% if 'decoding_failures' in person %}
<
div
class
=
"row"
>
<
div
class
=
"col-md-10"
>
(some decoding errors)
</
div
>
</
div
>
{% endif %}
</
div
>
{% endif %}
{% endblock %}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 2:06 PM (3 h, 51 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3295248
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment