{% load i18n mini_buildd %}
{% with id=token|add:"-"|add:arg.identity %}
{% if arg.TYPE in "text,url,number" %}
{% if arg.choices %}
{% 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 %}