<%namespace name="forms" file="/forms.html"/> %if c.optional_attributes:
%for (key, type, converter, label, allowed) in c.optional_attributes: %if allowed is None: ${forms.input(label, key)} %else: ${forms.select(label, key, allowed)} %endif %endfor
%endif