{% import 'macros/stats.html.twig' as stats_m %} {% import 'macros/cycling.html.twig' as cycling_m %}

{{ trip_page.title }}

{% if trip_page.header.date_start %}

{{ trip_page.header.date_start|date('d M Y') }} {% if trip_page.header.date_end %} — {{ trip_page.header.date_end|date('d M Y') }}{% else %} — Ongoing{% endif %}

{% endif %} {{ journal_count }} journal {{ journal_count == 1 ? 'entry' : 'entries' }} {% if story_count > 0 %} · {{ story_count }} {{ story_count == 1 ? 'story' : 'stories' }}{% endif %}
{% if show_sort %} {% endif %}
{% if has_gpx %} {% endif %}
{{ stats_m.stats_panel(journal_entries, trip_page, journal_count, has_gpx) }} {% if has_gpx %} {{ cycling_m.cycling_panel() }} {% endif %}
{% if all_items|length > 0 %} {% for item in all_items %} {% set entry = item.page %} {% if item.type == 'journal' %} {% include 'partials/entry-journal.html.twig' %} {% else %} {% include 'partials/entry-story.html.twig' %} {% endif %} {% endfor %} {% else %}

No entries yet. The journey is about to begin.

{% endif %}