{% load i18n %}
{% load mini_buildd_tags %}
{% if arg.TYPE == "string" %}
	
{% elif arg.TYPE == "url" %}
	
{% elif arg.TYPE == "text" %}
	
{% elif arg.TYPE == "int" %}
	
{% elif arg.TYPE == "bool" %}
	
{% elif arg.TYPE == "select" %}
	
	
{% elif arg.TYPE == "multiselect" %}
	{% if arg.choices %}
		
		
			
		
		
	
{{ arg.doc }}{% endif %}