{% extends 'base.html' %} {% load typogrify_tags %} {% block extrahead %} {% endblock %} {% block bodyid %}class="detail"{%endblock%} {% block primary %}

{{object.common_name}}

{{object.scientific_name}}

Family {{object.apclass.scientific_name}} ({{object.apclass}})

{% if object.body_html %}{{object.body_html|safe|smartypants|widont}}{%endif%} {%if recording %}
Audio recorded by {{recording.recorder}} on {{recording.pub_date|date:"F j, Y"}} in {{recording.location}}. © {{recording.copyright}}
{%endif%} {% if field_notes %}

Field Notes

{% for note in field_notes %} {{note.body_html|safe|smartypants}}

{{note.sighting.location}}, {{note.sighting.location.comma_name}}, {{note.sighting.pub_date|date:"M Y"}}


{%endfor%} {%endif%}
Seen at
{% endblock %} {% block js %} {% endblock %}