{% extends 'base.html' %} {% block content %}
Started: {{ cycle['start_time'][:10] }} {% if cycle['end_time'] is not none %} Ended: {{ cycle['end_time'][:10] }} {% endif %}