{% import 'components/modals/settings/_macros.html' as sm with context %} {% set template_preset_options = [ ('', 'settings.downloadPathTemplates.templateOptions.flatStructure'), ('{base_model}', 'settings.downloadPathTemplates.templateOptions.byBaseModel'), ('{author}', 'settings.downloadPathTemplates.templateOptions.byAuthor'), ('{first_tag}', 'settings.downloadPathTemplates.templateOptions.byFirstTag'), ('{base_model}/{first_tag}', 'settings.downloadPathTemplates.templateOptions.baseModelFirstTag'), ('{base_model}/{author}', 'settings.downloadPathTemplates.templateOptions.baseModelAuthor'), ('{author}/{first_tag}', 'settings.downloadPathTemplates.templateOptions.authorFirstTag'), ('{base_model}/{author}/{first_tag}', 'settings.downloadPathTemplates.templateOptions.baseModelAuthorFirstTag'), ('custom', 'settings.downloadPathTemplates.templateOptions.customTemplate'), ] %}