{% extends "backoffice/base.html" %} {% load humanize %} {% load i18n %} {% block content %} {% if object.data %}
{% endif %}{{ object.id }}
,
Source {{ object.schedule_source_id }}
URL: {{ object.schedule_source.import_url }}
State: {{ object.state }}
Summary:
{{ object.summary|linebreaks }}
Start: {{ object.start|naturaltime }}
End: {{ object.end|naturaltime }}
Type | Action | Source ID | Local ID | Message |
---|---|---|---|---|
{{ error.action|default:"???" }} | {{ error.type|default:"???" }} | {{ error.source_id|default:"-/-" }} | {{ error.local_id|default:"-/-" }} | {{ error.message }} |
Type | Action | Source ID | Local ID |
---|---|---|---|
{{ item.action|default:"???" }} | {{ item.type|default:"???" }} | {{ item.source_id|default:"-/-" }} | {{ item.local_id|default:"-/-" }} |