{% if __SELF__.formtype == 'full' %} {% partial __SELF__ ~ '::forms/topfull.htm' %} {% else %} {% partial __SELF__ ~ '::forms/toplight.htm' %} {% endif %}
{% partial __SELF__ ~ '::forms/stepone.htm' %}
{% if __SELF__.formtype == 'full' %}
{% partial __SELF__ ~ '::forms/steptwo.htm' %}
{% endif %}
{% partial __SELF__ ~ '::forms/stepthree.htm' %}