{% load pagination %} {% if is_paginated %} {% paginator %} {% endif %}
|
{{ trip.uid }}
{{ trip.get_state_display }}
|
{{ trip.name }}{% if trip.is_public and not trip.is_cancelled %}
{% for space in trip.spaces_list %}
{% endif %}
|
{{ trip.date_start }}
{% if trip.date_start != trip.date_end %}
— {{ trip.date_end }} {% endif %} |