{% autopaginate object_list 24%}

Plants and Animals 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 %}{% if object.ap.image%}
{%endif%}

{{object.ap|safe|smartypants|widont}} ({{object.ap.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}}

{% endfor %}