{% if discount > 0 %} {% endif %} {% for item in items %} {% endfor %}
Main Image Depart Location Price (£) Destination Location Arrival Time (24 Hour)
Main Image {{ item.depart_location }} {% if discount > 0 %} £ {{ item.original_cost }} £ {{ item.discounted_cost }} {% else %} £ {{ item.original_cost }} {% endif %} {{ item.destination_location }} {{ item.destination_time.strftime('%H:%M') }}