{% extends "base.html" %} {% block title %}AI Story Generator - Travel Records{% endblock %} {% block content %}
Transform your travel records into engaging narratives
To use the AI story generator, an OpenAI API key is needed. This feature will be available once you provide your API key.
{{ suggestion }}
{{ record.departure_date.strftime('%B %d, %Y') }} {% if record.return_date %} - {{ record.return_date.strftime('%B %d, %Y') }}{% endif %}
{{ record.purpose.title() }}
{% if ai_available %} {% endif %}Showing {{ user_records[:6]|length }} of {{ user_records|length }} total records. View all records
{% endif %}