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

{{object.common_name}}

{{object.scientific_name}}

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

{% for image in sighting.images.all %} {{image.alt}} ({{sighting.bird.scientific_name}}) photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}Scott Gilbertson{%endif%} {%endfor%}
Audio recorded by {{recording.recorder}} on {{recording.pub_date|date:"F j, Y"}} in {{recording.location}}. © {{recording.copyright}}

Seen at {{sighting.location}}, {{sighting.location.comma_name}} in {{sighting.date|date:"M Y"}} by {% for person in sighting.seen_by.all %}{{person}}{%if forloop.last %}{%else%}{% if forloop.revcounter == 2 %}, and {%else%}, {%endif%}{%endif%}{%endfor%}

{% if recording.audio %} {%endif%}
{% endblock %} {% block js %} {% endblock %}