{% extends "base.html" %} {% block title %} {% if current_user.is_authenticated %} Travel Records - Your Destinations {% else %} Welcome to Travel Records {% endif %} {% endblock %} {% block content %} {% if current_user.is_authenticated %}
Welcome back, {{ current_user.display_name }}! Explore your journey through the world
{% if records %}πΊοΈ Destination | π Travel Dates | π― Purpose | πΈ Photos | π Notes | βοΈ Actions |
---|---|---|---|---|---|
{{ record.city }}
{{ record.country }}
|
{{ record.departure_date.strftime('%b %d, %Y') }}
{% if record.return_date %}
to {{ record.return_date.strftime('%b %d, %Y') }}
{% endif %}
|
{{ record.purpose|title }} |
{% if record.photos %}
{% for photo in record.photos[:3] %}
{% else %}
No photos
{% endif %}
+{{ record.photos|length - 3 }}
{% endif %}
|
{% if record.flight_notes %}
{{ record.flight_notes[:40] }}{% if record.flight_notes|length > 40 %}...{% endif %}
{% else %}
-
{% endif %}
|
Start documenting your travels and create memories that last forever.
Begin Your JourneyDocument, organize, and relive your global adventures with our comprehensive travel management system
Record detailed travel information including destinations, dates, purposes, and personal notes. Never forget the details of your adventures.
Upload and organize photos from your trips. Create visual stories that bring your travel memories to life with thumbnail galleries and full-size viewing.
Transform your travel records into engaging narratives. Generate adventure stories, travel journals, blog posts, and memoirs using advanced AI technology.
Bulk import from CSV/Excel files with automatic column mapping
Track achievements and travel goals with progress indicators
Responsive design works perfectly on all devices
Download your data anytime as CSV for backup or sharing
Join thousands of travelers who trust us to preserve their precious memories