{% extends 'base.html' %}
{% load typogrify_tags %}
{% load get_next %}
{% load html5_datetime %}
{% load pagination_tags %}
{% block pagetitle %} Field Notes | luxagraf {% endblock %}
{% block metadescription %}Rough notes and sketches from the field {% endblock %}
{%block bodyid%}id="field-notes"{%endblock%}
{% block breadcrumbs %}{% include "lib/breadcrumbs.html" with breadcrumbs=breadcrumbs %}{% endblock %}
{% block primary %}
Field Notes
Quick notes, sketches, and images from the road. This is the semi-organized brain dump that comes before the more organized journal entries. If I used social media this is the stuff I'd probably put there, but I prefer to put it here, even if it means a lot fewer people read it.
{% autopaginate object_list 30 %}
{% for object in object_list %}{% if object.get_object_type == "fieldnote" %}
{% with next_element=object_list|next:forloop.counter0 %}
{% with prev_element=object_list|previous:forloop.counter0 %}