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