{% extends 'backoffice/base.html' %} {% load bootstrap4 %} {% load humanize %} {% load i18n %} {% block content %}

ScheduleSource {{ object.id }}

Assembly {{ object.assembly_id }}

Slug: {{ object.assembly.slug }}

Name: {{ object.assembly.name }}

Type {{ object.import_type }}

URL: {{ object.import_url }}

Configuration: {{ object.import_configuration|json_indent }}

CONFIRM
{% csrf_token %} no, back to safety
{% endblock %}