{% extends "wikiprox/base.html" %} {% load thumbnail %} {% block title %}{{ source.caption|truncatechars:50 }} ({{ source.encyclopedia_id }}) | Primary Sources{% endblock %} {% block javascript %}{{ block.super }} {% if source.media_format == 'video' %} {% thumbnail source.img_url_local "700x700" as thumb_lg %} {% endthumbnail %} {% endif %} {% endblock javascript %} {% block contents %}

« Back to article {{ source.headword }}

Primary Source — {{ source.encyclopedia_id }}

{% thumbnail source.img_url_local "700x700" as thumb_lg %} {% if source.media_format == 'image' %} {% if source.img_path %}
Download full-size version ({{ source.original_size|filesizeformat }}){% endif %} {% endif %} {% if source.media_format == 'document' %} {% if source.original_path and source.original_size %}
Download full PDF ({{ source.original_size|filesizeformat }}){% endif %} {% endif %} {% if source.media_format == 'video' %}
Loading video player...
{% if source.transcript_path %}
Download a transcript{% endif %} {% endif %} {% if source.external_url %} —  {{ source.external_url }}{% endif %} {% endthumbnail %}

{{ source.caption|safe|linebreaks }} {{ source.caption_extended|safe|linebreaks }} {{ source.courtesy|safe|linebreaks }}

Densho ID: {{ source.densho_id }}

Cite this primary source

« Back to article {{ source.headword }}

{% if source.creative_commons %}

Creative Commons License

© Densho {% now "Y" %}. This primary source is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. More information »

{% else %}
The Densho Encyclopedia has included this primary source by prior agreement with the rights holder or under fair-use doctrine. For more information about licensing and use restrictions, please contact the original rights holder. If you are the rights holder and believe that the work is being used improperly, please contact us.
{% endif %}
{% endblock contents %} {# PS pages should not include standard cc message #} {% block footer %} {% url "wikiprox-api-source" source.encyclopedia_id %} {% endblock footer %}