{{ data.get('properties',{}).get('description','') | urlize }}
| Property | Value | |||||
|---|---|---|---|---|---|---|
| {{ key | capitalize }} | {% if key == 'keywords' or key == 'formats' %}
|
{% elif key == 'themes' %}
{% for theme in value %}
{{ theme['scheme'] }}
|
{% elif key == 'externalIds' %}
|
{% elif key == 'providers' %}
{% for cnt in data['properties']['providers'] %}
{% if 'name' in cnt and cnt['name'] not in [None,''] %}
{{ cnt['name'] }} {% endif %} {% if 'roles' in cnt and cnt['roles'] is not string %} Role: {{ cnt['roles'] | map(attribute='name') | join(',') }} {% endif %} {% if 'positionName' in cnt and cnt['positionName'] not in [None,''] %} Position: {{ cnt['positionName'] }}) {% endif %} {% if 'contactInfo' in cnt and cnt['contactInfo'] is not string %} {% for k,e in cnt['contactInfo'].get('phone',{}).items() %} {% if e %}{{ k }}: {{ e }} {% endif %} {% endfor %} {% for k,e in cnt['contactInfo'].get('email',{}).items() %} {% if e not in [None,''] %}{{ k }}: {{ e | urlize }} {% endif %} {% endfor %} {% for k,e in cnt['contactInfo'].get('address',{}).items() %} {{ k }}: {% for a,b in e.items() %}{% if b %}{{ b }}, {% endif %}{% endfor %} {% endfor %} {% if cnt['contactInfo']['url'] %} {{ cnt['contactInfo']['url'].get('href','') | urlize }} {% endif %} {% endif %} {% endfor %} |
{% else %}
{% if key in ['title','description'] %}
{{ value | truncate(80, False, '...') }} | {% else %}{{ value | urlize }} | {% endif %} {% endif %}
| Temporal |
|
|||||
| Links |
| |||||
| Assets |