{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
{% trans "Name" %} | {{ object.name }} |
---|---|
{% trans "Description" %} | {{ object.description|placeholder }} |
{% trans "User" %} | {{ object.user|placeholder }} |
{% trans "Enabled" %} | {% checkmark object.enabled %} |
{% trans "Shared" %} | {% checkmark object.shared %} |
{% trans "Weight" %} | {{ object.weight }} |
{{ object_type }} |
{{ object.parameters|json }}