{%macro select_species_form(form_action, species)%} {%if species | length > 0%}
Select Species
{%else%}

We could not find species to select from!

{%endif%} {%endmacro%}