{% load pagination %} {% if is_paginated %} {% paginator %} {% endif %} {% for trip in trips %} {% endfor %}
{{ trip.uid }}
{{ trip.get_state_display }}

{{ trip.name }}

Avatar {{ trip.owner }}

{% if trip.min_qual %}

{{ trip.min_qual }}

{% endif %} {% if trip.max_depth %}

{{ trip.max_depth }} metres

{% endif %}
{% if trip.is_public and not trip.is_cancelled %}
{% for space in trip.spaces_list %}
 
{% endfor %}
{% endif %}
{{ trip.date_start }} {% if trip.date_start != trip.date_end %} —
{{ trip.date_end }} {% endif %}
{% if is_paginated %} {% paginator %} {% endif %}