{% autopaginate object_list 40 %}

Birds seen {% if region %}in {%if region.name == 'United States'%}the United States{%else%}{{region.name|title|smartypants|safe}}{%endif%}{%else%} by {{user}}{%endif%}

{% for object in object_list %}
{% load get_image_by_size %} {% load get_image_width %}
{{object.image.alt}} photographed by {% if object.image.photo_credit_source %}{{object.image.photo_credit_source}}{%else%}luxagraf{%endif%} {% if object.image.photo_credit_source %}
photo by {{object.image.photo_credit_source}}
{%endif%}

{{object.bird|safe|smartypants|widont}} ({{object.bird.scientific_name}})

Loc: {% if object.country.name == "United States" %}{{object.location.name|smartypants|safe}}, {{object.state.name}}, U.S.{%else%}{{object.location.name|smartypants|safe}}, {{object.country.name}}{%endif%} {{object.latitude}} {{object.longitude}}

{% for recording in object.bird.recordings.all %} Audio recorded by {{recording.recorder}} on {{recording.pub_date|date:"F j, Y"}} in {{recording.location}}. © {{recording.copyright}}
{% endfor %}
{% endfor %}