{% extends "base_list.html" %} {% load static %} {% block title %}{{object.common_name}}{% endblock %} {% block lists %}

{{object.common_name}}

{% if object.scientific_name %}

{{object.scientific_name}}

{% endif %} {% if object.description %}

{{object.description}}

{% endif %} {% if object.ebird_code %}

eBird code: {{object.ebird_code}}

{% endif %}
{% endblock %}