{% extends 'backoffice/base.html' %} {% load humanize %} {% load i18n %} {% block content %}
{{ object.id }}
,
Source {{ object.schedule_source_id }}
State: {{ object.state }}
Summary: {{ object.summary }}
Start: {{ object.start|naturaltime }}
End: {{ object.end|naturaltime }}
{{ object.data|json_indent }}