{% extends 'base.html' %} {% load typogrify_tags %} {% load pagination_tags %} {% block pagetitle %}Luxagraf | Plants and Animals seen {% if region %}in {{region.name|title|smartypants|safe}}{%else%}by {{user}}{%endif%}{% if page != "1" %} -- Page {{page}}{%endif%}{% endblock %} {% block metadescription %}Plants and Animals seen {% if region %} in {{region.name|title|smartypants|safe}}{%else%}by {{user}}{%endif%} Page {{page}}{% endblock %} {%block bodyid%}id="birds" class="archive"{%endblock%} {% block primary %}
{% 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 %}
{% if object.ap.image%}
{% include "lib/img_archive.html" with image=object.ap.image %}
{% endif %}

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

{% 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%}
{% endfor %}
{% endblock %} {% block js %}{% endblock%}