{% if prompts %}
{{ prompt.description or (prompt.content[:150] + '...' if prompt.content and prompt.content|length > 150 else prompt.content or '') }}
{{ i18n.t('prompt.showing') }} 1 {{ i18n.t('prompt.to') }} {{ prompts|length }} {{ i18n.t('prompt.of') }} {{ prompts|length }} {{ i18n.t('prompt.results') }}
{{ i18n.t('prompt.no_prompts_search_desc') }}
{{ i18n.t('prompt.create_new') }}