{% extends 'generic/object.html' %} {% load render_table from django_tables2 %} {% load helpers %} {% load form_helpers %} {% load log_levels %} {% load scriptmanager %} {% block content %}
Script could not be loaded from module path {{object.script_path}}.
{{ exception|format_exception }}
Name | {{ object.name }} |
---|---|
Description | {{ object.description|placeholder }} |
Weight | {{ object.weight|placeholder }} |
Group | {{ object.Group|placeholder }} |
Tenant | {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }} |