-

Field Notes Published in {% if month %}{{month|month_number_to_name}}{%endif%} {{year}}

{% if month %}{% for object in object_list %} + +

Field Notes Published in {% if not month %}{{year|date:"Y"}}{%else%} {{month|date:"F Y"}}{% endif %}

{% if month %}{% for object in object_list %}
-

{{object.title|safe|amp|smartypants}}

+

{{object.title|safe|amp|smartypants}}

- {{object.render|safe|amp|smartypants|urlizetrunc:45 }} + {{object.body_html|safe|amp|smartypants}}
@@ -23,11 +24,11 @@
{% endfor %} {% else %} -{% regroup object_list by date_created.month as entries_by_month %}{% for month in entries_by_month %} +{% regroup object_list by pub_date.month as entries_by_month %}{% for month in entries_by_month %}
-

{{ month.list.0.date_created|date:"F Y" }}

{% for object in month.list|dictsortreversed:"date_created" %} +

{{ month.list.0.pub_date|date:"F Y" }}

{% for object in month.list|dictsortreversed:"pub_date" %}
-

{{object.title|safe|amp|smartypants}}

+

{{object.title|safe|amp|smartypants}}

- {{object.render|safe|amp|smartypants|urlizetrunc:45 }} + {{object.body_html|safe|amp|smartypants }}