{% 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 }} - {{ booking.get_description|truncatewords:5 }}