+ +

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

{% if month %}{% for object in object_list %} + + {% endfor %} + {% else %} +{% regroup object_list by pub_date.month as entries_by_month %}{% for month in entries_by_month %} +
+

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

{% for object in month.list|dictsortreversed:"pub_date" %} + + {% endfor %} +
+ {% endfor %} + {% endif %} +