{% extends base_template %} {% load rg_tags %} {% block title %} {{ article.title }} {% endblock %} {% block container %}

{{ article.title }}

{% if article.rg_creators %}

Creators: {% for c in article.rg_creators %}{{c}}{% if not forloop.last %},{% endif %} {% endfor %}

{% endif %}
{% if source %}
image {% if source.caption or source.courtesy %}
{{ source.caption }} {{ source.courtesy }} {% endif %}
View in the Densho Encyclopedia
{% endif %}
{{ article.body|safe }} {% if article.footnotes %} {{ article.footnotes|safe }} {% endif %}
{% if article.findatia %}
Borrow/Download from Internet Archive
{{ article.findatia|safe }}
{% endif %} {% if article.databoxes|length > 1 %}
Media Details
{% databox %}
{% endif %} {% if article.related %}
Related Articles
{% endif %} {% if article.warnings %}
Ratings and Warnings
{{ article.warnings|safe }}
{% endif %} {% if article.moreinfo %}
For More Information
{{ article.moreinfo|safe }}
{% endif %} {% if article.reviews %}
Reviews
{{ article.reviews|safe }}
{% endif %}
{% endblock container %}