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

{{step_indicator("2")}} What population do you want to work with?

{%if populations | length != 0%}

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

Population
{%else%}

There are no populations currently defined for {{species['FullName']}} ({{species['SpeciesName']}}).
Click "Continue" to create the first!

{%endif%}
{%endmacro%}