{% capture currentform %}{{ include.form }}{% endcapture %} {% for currentpage in site.data[currentform] %} {% assign fields = currentpage.fields %} {% assign label = currentpage.title %} {% assign length = forloop.length %} {% assign percentdone = forloop.index | times: '100' | divided_by: forloop.length %}
' | remove: '
' }} {% if currentpage.description %} {{ currentpage.description | markdownify | improve }} {% endif %}