{% load i18n %} {% include "booking_star.html" %} {% if booking.from_time %}{{ booking.from_time }}{% endif %} {% if booking.to_time %}{{ booking.to_time }}{% endif %} {{ booking.duration|format_minutes_to_time }} {{ booking.project|truncatewords:5 }} {% if booking.project.is_closed %}({% trans 'closed' %}){% endif %} {{ booking.step }} {% if booking.is_closed %} {{ booking.get_title|truncatewords:5 }} {% else %} {{ booking.id|show_booking_link }} {% endif %} {{ booking.updated|timesince }}