mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			541 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			541 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<h3 data-i18n="Choose what to import">
 | 
						|
    Choose what to import
 | 
						|
</h3>
 | 
						|
<div class="flex-container flexFlowColumn justifyLeft">
 | 
						|
    {{#each sections}}
 | 
						|
        {{#with this}}
 | 
						|
            <label class="checkbox_label">
 | 
						|
                <input type="checkbox" value="{{key}}" checked>
 | 
						|
                <span data-i18n="{{name}}">{{name}}</span>
 | 
						|
                {{#if preset}}
 | 
						|
                    <span>–</span>
 | 
						|
                    <small>{{preset}}</small>
 | 
						|
                {{/if}}
 | 
						|
            </label>
 | 
						|
        {{/with}}
 | 
						|
    {{/each}}
 | 
						|
</div>
 |