{% extends "base.html" %} {% block meta_keywords %}{% for tag in object.story.tags.all %}{{tag}}, {%endfor %}{% endblock %} {% block meta_title %}{{object.story.web_hed}} {% for e in object.story.edition_set.all %}{%if forloop.first %}{% if e.paper == "Compass" %}| {{e.paper}}{%endif%}{%endif%}{%endfor%} | Penobscot Bay Press{% endblock %} {% block meta_description %}{{object.story.summary}}{% endblock %} {% if object.story.lead_photo %} {% block rel-img %}{{object.story.lead_photo.get_square_url}}{% endblock %} {% endif %} {% block title %}{{object.story.web_hed}} | {% for e in object.story.edition_set.all %}{% if forloop.first %}{{e.paper}}{%endif%}{%endfor%} | Penobscot Bay Press {% endblock %} {% block content %} {% load markup typogrify humanize %}
{{object.group}}

{{object.group|upper}}

Return to the {{object.group}} historical archive

{{object.story.dateline}}
{% for e in object.story.edition_set.all %}{% if forloop.first %}{{e.paper}}, {{object.story.published_on|date:"F j, Y"}}{% endif %}{% endfor %}
{{object.story.web_hed|typogrify}}

{% if object.story.lead_photo or object.story.attached_documents.all %}
{% endif %} {% if object.story.lead_photo %}

{% if object.story.lead_photo.gallery_photos.all %} {% for gallery in object.story.lead_photo.gallery_photos.all %} {% if forloop.first %}{% endif %} {% endfor %} {% else %} {% endif %} {{object.story.lead_photo.title}}
{{object.story.lead_photo.description|urlize|textile|typogrify}}
{% if object.story.lead_photo.photographer %} By {{object.story.lead_photo.photographer}}
{% else %} {% if object.story.lead_photo.courtesy %} Photo courtesy {{object.story.lead_photo.courtesy}}
{% endif %} {% if object.story.lead_photo.file_photo %} Penobscot Bay Press file photo
{% endif %} {% endif %}

{% if object.story.attached_gallery.all %} {% for rel_gallery in object.story.attached_gallery.all %} View the gallery of photos
{% for photo in rel_gallery.gallery.photos.all %} {% ifnotequal photo object.story.lead_photo %}

{{photo.title}}
{{photo.description|urlize|textile|typogrify}}
{% if photo.photographer != None %} By {{photo.photographer}}
{% endif %} {% if photo.courtesy %} Photo courtesy {{photo.courtesy}}
{% endif %} {% if photo.file_photo %} Penobscot Bay Press file photo
{% endif %}

{% endifnotequal %} {% endfor %} {% endfor %} {% endif %} {% endif %} {% if object.story.attached_documents.all %}

Documents

{% for doc in object.story.attached_documents.all %} {{doc.document}} {{doc.document.description}} {% endfor %} {% endif %} {% if object.story.lead_photo or object.story.attached_document.all %}
{% endif %}

{% if object.story.authors.all %}by {% for author in object.story.authors.all %}{{ author.name }}{% if not forloop.last %}&{% endif %}{% endfor %}
{% endif %} {{object.story.body|urlize|markdown|typogrify}}

This Remember When was brought to you by:

{{object.advert}}

Share this page

Share |

Return to the Penobscot Bay Press home page.


{% endblock %}