> customize form markup. It has already been suggested that form can be
> used for validation and its values can be used in a view with helpers
> to create custom markup.
Yes, that would be "addressing form list elements from python". Mighty
ugly IMHO when you take into account all you need to do to fill
default states (think selects, checkboxes, etc). The suggested formify
approach is an improvement in the sense that it does not interfere
with and clutter up the design elements of the form (making it more in
the spirit of a view), the flip side being that it does not work
without javascript.