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 %}
{{ object.title }}

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