{% extends 'base.html.twig' %} {% block title %}Mes prompts — Promptly{% endblock %} {% block body %} {% set ptColor = tool_color_details['promptly'] %} {% set isRootView = currentFolder is null %} {% set folderParam = currentFolder ? (currentFolder.id ~ '') : '' %} {% set foldersToShow = isRootView ? rootFolders : subfolders %} {% set hasFolders = foldersToShow is not empty %} {% set hasPrompts = prompts is not empty %}
Ce dossier est vide
Créez un prompt ou un dossier pour commencer
{{ prompt.description ?: prompt.cleanPreview(80) }}
{# Catégorie #} {# Favoris #} {# Utilisations #} {# Date modifiée #} {# ⋮ Actions #}Cette action est irréversible. Tous les prompts et sous-dossiers seront supprimés.
{% endblock %} {% endembed %} {# MODAL DÉPLACER UN PROMPT #} {# MODAL SUPPRIMER UN PROMPT #} {% embed '_organisms/delete-modal/delete-modal.html.twig' with { modalAttr: {'data-promptly--mes-prompts-target': 'deletePromptModal'}, cancelAttr: {'data-action': 'click->promptly--mes-prompts#closeModal'}, confirmAttr: {'data-action': 'click->promptly--mes-prompts#confirmDeletePrompt'} } only %} {% block titleBlock %}Cette action est irréversible.
{% endblock %} {% endembed %}