{%macro select_population_form(form_action, species, populations)%}
{%if populations | length != 0%}
Population
{%else%}

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

{%endif%}
{%endmacro%}