{% extends 'core/base.html' %} {% block title %}{{ title }} - {{ org.name }} | Killian{% endblock %} {% block content %}

{{ title }}

{{ subtitle }}

Back
{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{{ form.name }}{{ form.name.errors }}
{{ form.config_date }}{{ form.config_date.errors }}
{{ form.config_version }}{{ form.config_version.errors }}
{{ form.config_device }}{{ form.config_device.errors }}
{{ form.upload }}{{ form.upload.errors }} {% if item and item.upload %} Current file: {{ item.upload.name }} {% endif %}
Cancel
{% endblock %}