{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Description" %} | {{ object.description|placeholder }} |
| {% trans "Path" %} | {{ object.path }} |
| {% trans "Enabled" %} | {% if object.enabled %} {% trans "Yes" %} {% else %} {% trans "No" %} {% endif %} |