{% load i18n mini_buildd %} {% with id=token|add:"-"|add:arg.identity %} {% if arg.TYPE in "text,url,number" %} {% if arg.choices %} {% for choice in arg.choices %} {% endfor %} {% endif %} {% elif arg.TYPE in "select,multiselect" %} {% if arg.TYPE == "multiselect" %} {% endif %} {% elif arg.TYPE == "textarea" %} {% else %} {{ arg.identity }}: Internal error: Unkown argument type {{ arg.TYPE }}. {% endif %} {% endwith %}