{% extends "wikiprox/base.html" %} {% load thumbnail %} {% block title %}{{ page.title|safe }} | Related Content{% endblock %} {% block contents %}

« Back to article {{ page.title|safe }}

From the Densho Digital Repository

Related topics and primary source items from the Densho Digital Repository.

{% if show_topics_ul %} {% endif %}
{% if ddr_error %}
Could not get related DR objects: (DDR_API: {{ ddr_error }}).
{% endif %} {% for term in ddr_terms_objects %} {% if term.objects %}

{{ term.title|safe }}

{% for object in term.objects %}
{% if object.img_url_local %} {% thumbnail object.img_url_local "400x400" as img %} {% endthumbnail %} {% endif %}{# object.img_url_local #}

{{ object.title|safe }}

{{ object.description|safe|truncatewords_html:50 }}
View in DDR »
{% endfor %}
 

See more items for "{{ term.title|safe }}" in the DDR »

{% endif %}{# term.objects #} {% endfor %}{# page.ddr_terms_objects #}
{% if page.related_ddr %}

« Back to article {{ page.title }}

{% endif %}
{% endblock contents %}