{% extends "base.html" %} {% from '_featured_image.html' import featured_image_thumb %} {% from '_archive.html' import show_archived_toggle %} {% block content %}
+ Add species {{ species|length }} species {{ show_archived_toggle(show_archived, '/species') }}
All Plants Animals
{% if not species %}

No species yet. Add the things you grow at the species level (e.g. Strawberries, Tomato, Apple).

{% endif %} {% endblock %}