IDEMSInternational / rapidpro-flow-toolkit

Toolkit for using spreadsheets to create and modify RapidPro flows
GNU Lesser General Public License v2.1
3 stars 1 forks source link

Consistent list indexing #55

Open geoo89 opened 1 year ago

geoo89 commented 1 year ago

Templating has python as a backend and thus lists are indexed from 0. For loop index variable (begin_for) is therefore indexed starting from 0. Column headers currently index from 1. Jinja templating running loops allows index variables to start from either 0 or 1.