{% extends "base_news.html" %} {% block subtitle %}News - {% endblock %} {% block outercontent %}

[RSS] Conservancy News

{% ifnotequal page 1 %}

(page {{ page }} of {{ pages }})

{% endifnotequal %} {% for object in object_list %}

{{ object.pub_date|date:"F j, Y" }}

{{ object.headline|safe }}

{% if object.is_recent %} {% if object.subhead %}

{{ object.subhead|safe }}

{% endif %} {{ object.summary|safe }} {% if object.body %}

Read More...

{% endif %} {% endif %}
{% endfor %}

{% if has_next %}Next page (older) »{% endif %} {% if has_previous %}« Previous page (newer){% endif %} {% comment %}{% for pagenum in page_navigation %}{% ifequal pagenum page %}[{{ pagenum }}]{% else %}{{ pagenum }}{% endifequal %} {% endfor %}{% endcomment %}

{% endblock %}