{% load humanize %} {% load events_programme %} {% if not object.start or not object.duration %} Not yet scheduled {% else %} {{ object.start|naturalday }}, {% slot_time object %} {% endif %}