Permalink
Cannot retrieve contributors at this time
docassemble/docassemble_base/docassemble/base/data/questions/examples/subdivision-type.yml
Go to filemetadata: | |
title: Subdivision type | |
documentation: "https://docassemble.org/docs/functions.html#subdivision_type" | |
--- | |
mandatory: True | |
question: | | |
Geography lesson | |
subquestion: | | |
% for country in ['BG', 'SE', 'TN', 'VN', 'LV', 'US']: | |
In ${ country_name(country) }, | |
you live in a | |
${ subdivision_type(country) }. | |
% endfor |