{% extends "newsroom/base.html" %} {% block title %}Archives | Community News | Penobscot Bay Press {% endblock %} {% block description %}{{a.archivesectionchive.body|truncatewords:60}} {% endblock %} {% block flag_img_src %}{{MEDIA_URL}}images/headers/archivesround440.gif{% endblock %} {% block flag_descrip %}Short-term archives, videos, slideshows and special features {% endblock %} {% block content %} {% load markup typogrify humanize %}

Short-term Archives

Sports Archive Video Archives
{% for a in archives %} {% if a.archivedocument %} PDF Document
{{a.archivedocument}}
Last Updated {{a.archivedocument.modified|date:"n/j/y"}}

{% endif %} {% if a.archivesection.published %}

{% if a.archivesection.published %} {% if a.archivesection.new %}NEW!{% endif %} {{a.archivesection.dateline}}
{% if a.archivesection.thumbnail %} flag {% endif %} {{a.archivesection.title}}
Last Updated {{a.archivesection.modified|date:"n/j/y"}}
{% endif %} {% if a.archivestory %} {% if a.archivestory.story.new %}NEW!{% endif %} {{a.archivestory.story.dateline}}
{% if a.archivesection.thumbnail %} flag {% endif %} {{a.archivestory.story.hed}}
Last Updated {{a.archivestory.story.modified|date:"n/j/y"}}
{% endif %}


{% endif %} {% endfor %}

Yes! I want continued access to PBP's upcoming archives and special features
Click here for subscription information...

{% endblock %}