mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-10-31 04:09:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			606 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			606 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <input type="hidden" name="{{ widget.name }}" {% if widget.attrs.model_pk %}value="{{ widget.attrs.model_pk }}"{% endif %} id="{{ widget.attrs.id }}_pk">
 | |
| <input type="text"
 | |
|    {% if widget.value != None and widget.value != "" %}value="{{ widget.value }}"{% endif %}
 | |
|    name="{{ widget.name }}_name" autocomplete="off"
 | |
|     {% for name, value in widget.attrs.items %}
 | |
|         {% ifnotequal value False %}{{ name }}{% ifnotequal value True %}="{{ value|stringformat:'s' }}"{% endifnotequal %}{% endifnotequal %}
 | |
|     {% endfor %}>
 | |
| <ul class="list-group list-group-flush" id="{{ widget.attrs.id }}_list">
 | |
| </ul>
 |