{% extends "layouts/base.html" %} {% block main_content %}
{{ i18n.t('prompt.manage_desc') }}
{{ prompt.description or prompt.content[:150] + '...' if prompt.content|length > 150 else prompt.content }}
Showing 1 to {{ prompts|length }} of {{ prompts|length }} results
Get started by creating your first prompt
Are you sure you want to delete ""? This action cannot be undone.