Query
Latitude: {{tj.query['latitude']}}
Longitude: {{tj.query['longitude']}}
{% if tj.query['start_date'] %} Start Date: {{tj.query['start_date']}}
{% endif %} {% if tj.query['end_date'] %} End Date: {{tj.query['end_date']}}
{% endif %}
{% if tj.query['collections'] %}
Collections:
{% endif %} {% if 'geometry' in tj.trajectory %}
Geometry: {{tj.trajectory['geometry']}}
Trajectory
{% for traj in tj.trajectory['trajectory'] %} {% endfor %}
Class Collection Date Geometry
{{ traj['class'] }} {{ traj['collection'] }} {{ traj['date'] }} {{ traj['geometry'] }}

{% else %} Trajectory
{% for traj in tj.trajectory %} {% endfor %}
Class Collection Date
{{ traj['class'] }} {{ traj['collection'] }} {{ traj['date'] }}

{% endif %}