{% load i18n %}
  • {% ifequal booking.created|date today|date %} {{ booking.created|timesince }} {% else %} {{ booking.created|date }} {% endifequal %} {% include "booking_star.html" %} {{ booking.duration|format_minutes_to_time }} {{ booking.get_title|truncatewords:6 }} {% if booking.is_closed %} ({% trans 'closed' %}) {% endif %} - {{ booking.get_description|truncatewords:6 }}