{%from "macro-step-indicator.html" import step_indicator%} {%macro select_species_form(form_action, species)%}

{{step_indicator("1")}} What species do you want to work with?

{%if species | length != 0%}

Search for, and select the species from the table below and click "Continue"

Species Name
{%else%}
{%endif%}
{%endmacro%}