{% extends "base_list.html" %} {% load static %} {% block title %}{{object.common_name}}{% endblock %} {% block lists %}
{{object.scientific_name}}
{% endif %} {% if object.description %}{{object.description}}
{% endif %} {% if object.ebird_code %}eBird code: {{object.ebird_code}}
{% endif %}