{% extends 'base.html' %} {% block title %}Manage Templates - Feature Implementation Prompt Generator{% endblock %} {% block content %}
Name | Description | Status | Last Updated | Actions |
---|---|---|---|---|
{{ template.name }} | {{ template.description or 'No description' }} | {% if template.id == default_template_id %} Default {% else %} {% endif %} | {{ template.updated_at }} | {% if template.id != default_template_id %} {% endif %} |
No templates found. Click "Create New Template" to get started.