{% 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}})

{% load get_image_by_size %} {% load get_image_width %}
{{sighting.image.alt}} photographed by {% if sighting.image.photo_credit_source %}{{sighting.image.photo_credit_source}}{%else%}luxagraf{%endif%} {% if sighting.image.photo_credit_source %}
photo by {{sighting.image.photo_credit_source}}
{%endif%}
{%if recording %}
Audio recorded by {{recording.recorder}} on {{recording.pub_date|date:"F j, Y"}} in {{recording.location}}. © {{recording.copyright}}
{%endif%}

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

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