{% load staticfiles %}
{{ session }}
{% if show_date %}{{ session.day.date|date:'D'}},{% endif %} {{ session.start_time|date:'H:i' }} - {{ session.end_time|date:'H:i' }}
{% if session.location %} {{ session.location }} {% endif %}