{% load i18n %} {% include "booking_star.html" %} {{ booking.day.date|date }} {{ booking.project|truncatewords:5 }} {% if booking.project.is_closed %}({% trans 'closed' %}){% endif %} {{ booking.step }} {{ booking.duration|format_minutes_to_time }} {% if booking.is_closed %} {{ booking.get_title|truncatewords:5 }} {% else %} {{ booking.get_title|truncatewords:5 }} {% endif %}