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

REMEMBER WHEN
Excerpts from The Weekly Packet, {% for s in object.historicarticle_set.all|dictsort:"story.published_on" %}{% if forloop.first %}{{s.story.published_on|date:"F j, Y"}}{% endif %}{% if forloop.last %} — {{s.story.published_on|date:"F j, Y"}}{% endif %}{% endfor %}

    {% for s in object.historicarticle_set.all|dictsort:"story.published_on" %}
  1. {{s}}
    The Weekly Packet, {{s.story.published_on|date:"F j, Y"}}
  2. {% endfor %}
{% if object.lead_photo or object.archivesection_set.all or object.attached_documents.all %}
{% endif %} {% if object.archivesection_set.all %}

{% for a in object.archivesection_set.all %} {% if not forloop.first %}

{% endif %} {% if a.lead_image %} {{a}}
{% endif %} Click here to see the full {{a.title}}. {% endfor %}

{% endif %} {% if object.lead_photo %}

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

{% if object.attached_gallery.all %} {% for rel_gallery in object.attached_gallery.all %} View the gallery of photos
{% for photo in rel_gallery.gallery.photos.all %} {% ifnotequal photo object.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.attached_documents.all %}

Documents

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

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

Share this page

Share |

Return to the Penobscot Bay Press home page.


{% endblock %}